Skip to content

Commit

Permalink
ci: fix latest tag handling on image build
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Mar 6, 2025
1 parent 682f65c commit ffd72cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
type=raw,value=${{ steps.image-tags.outputs.MAJOR_TAG }}.${{ steps.image-tags.outputs.MINOR_TAG }}.${{ steps.image-tags.outputs.PATCH_TAG }},enable=true
type=raw,value=${{ steps.image-tags.outputs.MAJOR_TAG }}.${{ steps.image-tags.outputs.MINOR_TAG }},enable=true
type=raw,value=${{ steps.image-tags.outputs.MAJOR_TAG }},enable=true
type=raw,value=latest,enable=true
type=raw,value=latest,enable=${{ matrix.images.build.latest && true || false }}
- name: Create manifest list and push
if: ${{ steps.image-status.outputs.IMAGE_STATUS == '404' }}
Expand Down

0 comments on commit ffd72cc

Please sign in to comment.