Skip to content

Commit

Permalink
Add "latest" tag to images
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Jul 3, 2023
1 parent 2bf6267 commit eda0abe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
push: true
build-args:
"VERSION=${{ github.ref_name }}"
tags: ghcr.io/kahu-app/cli:${{ github.ref_name }}
tags: |
ghcr.io/kahu-app/cli:${{ github.ref_name }}
ghcr.io/kahu-app/cli:latest
target: runtime-cli
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -92,7 +94,9 @@ jobs:
push: true
build-args:
"VERSION=${{ github.ref_name }}-standalone"
tags: ghcr.io/kahu-app/cli:${{ github.ref_name }}-standalone
tags: |
ghcr.io/kahu-app/cli:${{ github.ref_name }}-standalone
ghcr.io/kahu-app/cli:latest-standalone
target: standalone-cli
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit eda0abe

Please sign in to comment.