Skip to content

Commit 65de5a8

Browse files
committed
do not push
1 parent b377783 commit 65de5a8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/docker.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
types:
1010
- released
1111

12-
pull_request:
13-
branches:
14-
- main
15-
1612
jobs:
1713
docker-images:
1814
runs-on: ubuntu-20.04

ci/steps/docker-buildx-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ main() {
2020

2121
if version_exists; then
2222
echo "$VERSION is already pushed"
23-
# return
23+
return
2424
fi
2525

2626
# Download the release-packages artifact

0 commit comments

Comments
 (0)