Skip to content

Commit

Permalink
Merge pull request #55 from datajoint/fix-ci-docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle authored Sep 18, 2024
2 parents cd0654d + b090eee commit c06a6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
)
run: |
TAG=${{github.ref_name}} docker buildx bake --set "*.platform=linux/amd64" --load
TAG=${{github.ref_name}} docker-compose push
TAG=${{github.ref_name}} docker compose push
TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
TAG=latest docker-compose push
TAG=latest docker compose push
#uses: docker/build-push-action@v2
#with:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ CMD ["main"]
# DATAJOINT DEFAULTS
COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
COPY ./nginx/fullchain.pem /etc/letsencrypt/live/fakeservices.datajoint.io/fullchain.pem
ENV SUBDOMAINS fakeservices
ENV URL datajoint.io
ENV SUBDOMAINS=fakeservices
ENV URL=datajoint.io

0 comments on commit c06a6fc

Please sign in to comment.