Skip to content

Commit 7a910cb

Browse files
committed
Avoid duplicate Docker push in CI
1 parent 61641b4 commit 7a910cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
load: true
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54+
push: false
5455
- name: Test image
5556
env:
5657
DOCKER_TAG: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)