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 2787fc4 commit 90f0f37
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 @@ -56,7 +56,7 @@ jobs:
echo "code=$?" >> $GITHUB_OUTPUT
- name: Build and publish to ghcr.io
if: ${{ steps.exists.outputs.code != 0 or matrix.strategy == 'always' }}
if: ${{ steps.exists.outputs.code != 0 || matrix.strategy == 'always' }}
uses: macbre/push-to-ghcr@master
env:
TAG: "${{ steps.last_version.outputs.version }}-${{ matrix.image.suffix }}"
Expand Down

0 comments on commit 90f0f37

Please sign in to comment.