Skip to content

Commit

Permalink
ci: align image tag to repo name
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 12, 2024
1 parent 9ab004d commit cdabc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/hermit-os/hermit-toolchain:latest
tags: ghcr.io/hermit-os/hermit-gcc:latest

0 comments on commit cdabc17

Please sign in to comment.