Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Nov 14, 2024
1 parent 0d09d2e commit d955743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags:
- ${{ needs.release-please.outputs.release_tag_name }}
- latest
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=${{ needs.release-please.outputs.release_tag_name }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit d955743

Please sign in to comment.