fix: push ghcr added tag

Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
Isma 2024-01-16 15:42:38 +01:00 committed by mortimr
parent 6c3e358833
commit 3eae8b2fa1

View file

@ -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}