Skip to content

Commit

Permalink
Tag docker image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 28, 2024
1 parent 1ae769f commit 101b23e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builld-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest
type=ref,event=branch
type=ref,event=tag
Expand All @@ -67,6 +67,7 @@ jobs:
platforms: ${{ matrix.platform }}
context: .
labels: ${{ steps.meta.outputs.labels }}
tags: latest
cache-from: type=gha,scope=image-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=image-${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 101b23e

Please sign in to comment.