Skip to content

Commit

Permalink
Merge pull request #12 from kilnfi/isma/nit-fixes
Browse files Browse the repository at this point in the history
fix: push ghcr added tag
  • Loading branch information
Doozers authored Jan 16, 2024
2 parents b9a7f07 + b104027 commit f53d945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions: write-all

jobs:
sync:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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}

0 comments on commit f53d945

Please sign in to comment.