mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Changing tags
This commit is contained in:
parent
d217c9f1d7
commit
8bf6ad0230
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -5,6 +5,10 @@ on:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
TEST_TAG: user/app:test
|
||||||
|
LATEST_TAG: vatman/client-go:latest, vatman/client-go:1.0.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
|
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
|
||||||
|
|
@ -26,4 +30,4 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: vatman/client-go:latest
|
tags: ${{ env.LATEST_TAG }}
|
||||||
Loading…
Reference in a new issue