We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9783320 commit d771774Copy full SHA for d771774
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
tags: ${{ env.DOCKER_META_TAGS }}
40
flavor: |
41
latest=auto
42
- suffix=-${{ matrix.build.arch }}
+ suffix=-${{ matrix.build.arch }},onlatest=true
43
44
- name: Login to Docker Hub
45
uses: docker/login-action@v3
0 commit comments