Skip to content

Commit

Permalink
Fix arch-specific latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Oct 24, 2024
1 parent 9783320 commit d771774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tags: ${{ env.DOCKER_META_TAGS }}
flavor: |
latest=auto
suffix=-${{ matrix.build.arch }}
suffix=-${{ matrix.build.arch }},onlatest=true
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit d771774

Please sign in to comment.