We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b352c04 commit 567f7aaCopy full SHA for 567f7aa
1 file changed
.github/workflows/build.yaml
@@ -43,12 +43,12 @@ jobs:
43
type=semver,pattern={{version}}
44
type=semver,pattern={{major}}.{{minor}}
45
flavor: |
46
- latest=false
+ latest=true
47
48
- name: Build and push
49
uses: docker/build-push-action@v6
50
with:
51
context: .
52
push: true
53
tags: ${{ steps.meta.outputs.tags }}
54
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments