Skip to content

Commit

Permalink
Fix variable name mismatch.
Browse files Browse the repository at this point in the history
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
  • Loading branch information
hhiroshell committed Jul 24, 2024
1 parent dce5257 commit 23326a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
ref: v${{ steps.version.outputs.result }}
- name: Determine App Name
run: 'echo "IMG_NAME=${{ env.REPO_NAME }}/${{ env.USERNAME }}/${{ env.IMG_NAME }}" >> $GITHUB_ENV'
run: 'echo "IMG_NAME=${{ env.REPO_NAME }}/${{ env.USER_NAME }}/${{ env.IMG_NAME }}" >> $GITHUB_ENV'
- name: Login to Dockerhub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 23326a8

Please sign in to comment.