Skip to content

Commit

Permalink
build(cli): Manually define latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Feb 7, 2024
1 parent c7d6b68 commit e21c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
type=ref,event=pr
# Tag with version on release
type=raw,value=${{ steps.package-version.outputs.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
type=raw,value=release,enable=${{ github.event_name == 'workflow_dispatch' }}
type=raw,value=latest,enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Build and push image
uses: docker/build-push-action@v5.1.0
Expand Down

0 comments on commit e21c4e2

Please sign in to comment.