We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b377783 commit 65de5a8Copy full SHA for 65de5a8
.github/workflows/docker.yaml
@@ -9,10 +9,6 @@ on:
9
types:
10
- released
11
12
- pull_request:
13
- branches:
14
- - main
15
-
16
jobs:
17
docker-images:
18
runs-on: ubuntu-20.04
ci/steps/docker-buildx-push.sh
@@ -20,7 +20,7 @@ main() {
20
21
if version_exists; then
22
echo "$VERSION is already pushed"
23
- # return
+ return
24
fi
25
26
# Download the release-packages artifact
0 commit comments