Skip to content

Commit 54c7d3e

Browse files
committed
edit docker_release.yml
1 parent 170a19d commit 54c7d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-release.yml .github/workflows/docker_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ env:
1212
IMAGE_NAME: go-ethereum
1313

1414
jobs:
15-
16-
build:
17-
15+
# Push image to GitHub Packages.
16+
push:
1817
runs-on: ubuntu-latest
18+
if: github.event_name == 'push'
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)