mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #7 from lyuboangelov/feature/add-workflow
Feature/add workflow
This commit is contained in:
commit
ef98479d68
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-image.yaml
vendored
4
.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' && github.event.label.description == 'Build' }}
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -32,4 +32,4 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ github.run_number }}
|
||||
tags: "anglyuboslav/go-eth-lab:${{ github.run_number }}"
|
||||
Loading…
Reference in a new issue