Skip to content

Commit e3d2d3b

Browse files
committed
Set push to false as we don't need the images before merging.
1 parent 295412f commit e3d2d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
file: docker/Dockerfile
5555
platforms: ${{ env.ARCH_TAG }}
5656
labels: ${{ steps.meta.outputs.labels }}
57+
push: false
5758
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true,push=true
5859

5960
- name: Export digest

0 commit comments

Comments
 (0)