mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix pipeline
This commit is contained in:
parent
2b39968268
commit
a14122d680
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 == 'Build' }}
|
||||
if: ${{ github.event.label.CI == 'Build' }}
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue