Skip to content

Commit

Permalink
change build context
Browse files Browse the repository at this point in the history
  • Loading branch information
fostermh committed Dec 18, 2024
1 parent e462415 commit dc97bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/hakaiinstitute/hakai_erddap_nginx_proxy:latest
docker build ./nginx/ --tag ghcr.io/hakaiinstitute/hakai_erddap_nginx_proxy:latest
docker push ghcr.io/hakaiinstitute/hakai_erddap_nginx_proxy:latest

0 comments on commit dc97bfa

Please sign in to comment.