mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
test pieline
This commit is contained in:
parent
22a59cff8b
commit
1e3daef605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }}
|
||||
if: ${{ github.event.label.name == 'CI' }}
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue