Skip to content

Commit c06a6fc

Browse files
authored
Merge pull request #55 from datajoint/fix-ci-docker-compose
2 parents cd0654d + b090eee commit c06a6fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/development.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
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:

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ CMD ["main"]
2626
# DATAJOINT DEFAULTS
2727
COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
2828
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

0 commit comments

Comments
 (0)