File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
)
42
42
run : |
43
43
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
45
45
TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
46
- TAG=latest docker- compose push
46
+ TAG=latest docker compose push
47
47
48
48
# uses: docker/build-push-action@v2
49
49
# with:
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ CMD ["main"]
26
26
# DATAJOINT DEFAULTS
27
27
COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
28
28
COPY ./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