Skip to content

Commit d771774

Browse files
committed
Fix arch-specific latest tag
1 parent 9783320 commit d771774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tags: ${{ env.DOCKER_META_TAGS }}
4040
flavor: |
4141
latest=auto
42-
suffix=-${{ matrix.build.arch }}
42+
suffix=-${{ matrix.build.arch }},onlatest=true
4343
4444
- name: Login to Docker Hub
4545
uses: docker/login-action@v3

0 commit comments

Comments
 (0)