Skip to content

Commit e9ea2f2

Browse files
authored
Fix image tagging (#893)
1 parent 79de0c8 commit e9ea2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
IMG: ${{ steps.prep.outputs.image }}
3535
- name: Tag latest
36-
run: docker tag ${{ steps.prep.outputs.image }} ${DOCKER_REPO}:latest
36+
run: docker buildx imagetools create -t ${DOCKER_REPO}:latest ${{ steps.prep.outputs.image }}
3737
- name: Push latest
3838
run: docker push ${DOCKER_REPO}:latest
3939
- name: Push release manifest

0 commit comments

Comments
 (0)