Skip to content

Commit

Permalink
Update docker-push-to-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottywakefield authored Sep 19, 2024
1 parent d7fa356 commit 32aa29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- run: |
docker build src/data-tool/ --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
docker build . --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
docker push meesregistry.azurecr.io/final:${{ github.sha }}

0 comments on commit 32aa29d

Please sign in to comment.