File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 )
4242 run : |
4343 TAG=${{github.ref_name}} docker buildx bake --set "*.platform=linux/amd64" --load
44- TAG=${{github.ref_name}} docker- compose push
44+ TAG=${{github.ref_name}} docker compose push
4545 TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
46- TAG=latest docker- compose push
46+ TAG=latest docker compose push
4747
4848 # uses: docker/build-push-action@v2
4949 # with:
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ CMD ["main"]
2626# DATAJOINT DEFAULTS
2727COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
2828COPY ./nginx/fullchain.pem /etc/letsencrypt/live/fakeservices.datajoint.io/fullchain.pem
29- ENV SUBDOMAINS fakeservices
30- ENV URL datajoint.io
29+ ENV SUBDOMAINS= fakeservices
30+ ENV URL= datajoint.io
You can’t perform that action at this time.
0 commit comments