Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Mar 31, 2024
1 parent 34e03ad commit 96467bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
build-args: |
GIT_REVISION=${{ env.GIT_REVISION }}
GIT_BRANCH=${{ env.GIT_BRANCH }}
VERSION=${{ env.VERISON }
VERSION=${{ env.VERISON }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} # Don't push on PR
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 96467bf

Please sign in to comment.