Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 24, 2022
1 parent 3cac630 commit 68496af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ matrix.image.strategy == 'always' || steps.exists.outputs.code != 0 }}
uses: macbre/push-to-ghcr@master
env:
TAG: "${{ matrix.image.strategy == 'always' ? matrix.image.version : steps.last_version.outputs.version }}${{ matrix.image.suffix }}"
TAG: "${{ (matrix.image.strategy == 'always' && matrix.image.version) || steps.last_version.outputs.version }}${{ matrix.image.suffix }}"
with:
image_name: ${{ github.repository_owner }}/${{ matrix.image.name }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 68496af

Please sign in to comment.