Skip to content

Commit fb76564

Browse files
committed
fix: docker image name in gha
1 parent bd1c5b0 commit fb76564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-container-to-azure-web-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
app-name: ${{ env.AZURE_APPSERVICE_APP_NAME }}
113113
slot-name: ${{ env.AZURE_APPSERVICE_SLOT_NAME }}
114114
publish-profile: ${{ env.AZURE_APPSERVICE_PUBLISHPROFILE }}
115-
images: 'index.docker.io/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}'
115+
images: index.docker.io/${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPO}}:${{ github.sha }}

0 commit comments

Comments
 (0)