Skip to content

Commit

Permalink
fix(build): Add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Dec 8, 2021
1 parent 455b11b commit aec371c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ matrix.image }}
flavor: |
latest=true
tags: |
type=raw,value=${{ needs.release.outputs.new_release_version }}
type=raw,value=${{ needs.release.outputs.new_release_major_version }}.${{ needs.release.outputs.new_release_minor_version }}
Expand Down

0 comments on commit aec371c

Please sign in to comment.