Skip to content

Commit 737bac9

Browse files
committed
chore: add latest tag
1 parent 7a0f281 commit 737bac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Create and Push Multi-arch Manifest
7272
run: |
73-
docker buildx imagetools create -t ${{ env.IMAGE }}:${{ github.sha }} \
73+
docker buildx imagetools create -t ${{ env.IMAGE }}:${{ github.sha }} -t ${{ env.IMAGE }}:latest \
7474
${{ env.IMAGE }}:${{ github.sha }}-x86 \
7575
${{ env.IMAGE }}:${{ github.sha }}-arm64
7676

0 commit comments

Comments
 (0)