mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: push ghcr added tag
Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
parent
6c3e358833
commit
3eae8b2fa1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -30,5 +30,6 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: "push to ghcr"
|
||||
run: |
|
||||
docker push ghcr.io/kilnfi/pgeth:${{ env.BUILD_ID }}
|
||||
docker push ghcr.io/kilnfi/pgeth:latest
|
||||
docker push ghcr.io/kilnfi/pgeth:${GITHUB_SHA}
|
||||
|
|
|
|||
Loading…
Reference in a new issue