Skip to content

Commit

Permalink
fix: add 'latest' tag to Docker image in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <t1agob@users.noreply.github.com>
  • Loading branch information
t1agob committed Oct 1, 2024
1 parent c547bcf commit 838896b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
cache-to: type=gha,mode=max
tags: |
${{ env.CI_REGISTRY_IMAGE }}:${{ github.ref_name }}
${{ env.CI_REGISTRY_IMAGE }}:latest
platforms: linux/amd64,linux/arm64
- name: Package and Publish Helm Chart
env:
Expand Down

0 comments on commit 838896b

Please sign in to comment.