Skip to content

Commit

Permalink
fix: final tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Nov 21, 2023
1 parent 813aabb commit d7417fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
app_branch: [version-15]
steps:
- name: Generate action image tag
- name: Generate action image action tag
run: echo "IMAGE_ACTION_TAG=${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ github.actor_id }}" >> $GITHUB_ENV

- name: Checkout
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_VERSION_TAG }}
tags: ${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION_TAG }}

0 comments on commit d7417fd

Please sign in to comment.