mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docker-image.yml
This commit is contained in:
parent
26d8eb7eb5
commit
ea0c603d1e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
|
@ -5,11 +5,12 @@ on:
|
|||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
types: [ labeled ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
if: ${{ github.event.label.name == 'CI:Build' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -26,4 +27,4 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: vatman/test:latest
|
||||
tags: vatman/client-go:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue