Skip to content

Commit

Permalink
fix(ci): Push CLI latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Feb 9, 2024
1 parent 2c234c5 commit 2652bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ jobs:
id: metadata
uses: docker/metadata-action@v5
with:
flavor: |
latest=false
images: |
name=ghcr.io/${{ github.repository_owner }}/immich-cli
tags: |
type=raw,value=${{ steps.package-version.outputs.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
type=raw,value=latest,enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Build and push image
uses: docker/[email protected]
Expand Down

0 comments on commit 2652bae

Please sign in to comment.