mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
push to dockerhub
This commit is contained in:
parent
cbb4c0a733
commit
0e75f88c34
1 changed files with 1 additions and 0 deletions
1
.github/workflows/task.yaml
vendored
1
.github/workflows/task.yaml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
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')
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
environment: dev
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: dev
|
ENVIRONMENT: dev
|
||||||
REPO_NAME: ${{ github.event.repository.name }}
|
REPO_NAME: ${{ github.event.repository.name }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue