We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664af59 commit 9c7274cCopy full SHA for 9c7274c
.github/workflows/azure-container-webapp.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Build and push container image to registry
63
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
64
with:
65
+ context: ./ShowcaseProject
66
push: true
67
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
68
file: ./ShowcaseProject/ShowcaseFrontend/Dockerfile
0 commit comments