Skip to content

Commit

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

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5e11a16

Please sign in to comment.