mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
push to dockerhub
This commit is contained in:
parent
3e1f748983
commit
cbb4c0a733
1 changed files with 5 additions and 0 deletions
5
.github/workflows/task.yaml
vendored
5
.github/workflows/task.yaml
vendored
|
|
@ -19,6 +19,11 @@ jobs:
|
||||||
REPO_NAME: ${{ github.event.repository.name }}
|
REPO_NAME: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout the repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
|
|
||||||
- name: Autotag
|
- name: Autotag
|
||||||
id: autotag
|
id: autotag
|
||||||
uses: anothrNick/github-tag-action@v1
|
uses: anothrNick/github-tag-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue