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 cd49909 commit da64d23
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 -t meesregistry.azurecr.io/final:${{ github.sha }} ./src/data-tool
docker push meesregistry.azurecr.io/final:${{ github.sha }}

0 comments on commit da64d23

Please sign in to comment.