Skip to content

Commit 567f7aa

Browse files
committed
Add latest tags
Makes updating easier
1 parent b352c04 commit 567f7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
type=semver,pattern={{version}}
4444
type=semver,pattern={{major}}.{{minor}}
4545
flavor: |
46-
latest=false
46+
latest=true
4747
4848
- name: Build and push
4949
uses: docker/build-push-action@v6
5050
with:
5151
context: .
5252
push: true
5353
tags: ${{ steps.meta.outputs.tags }}
54-
labels: ${{ steps.meta.outputs.labels }}
54+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)