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 13, 2024
1 parent ae99502 commit 281f947
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 @@ -23,4 +23,4 @@ jobs:
- uses: docker/build-push-action@v5
with:
push: ${{ github.ref_name == 'main' }}
tags: ghcr.io/hermit-os/hermit-toolchain:latest
tags: ghcr.io/hermit-os/hermit-gcc:latest

0 comments on commit 281f947

Please sign in to comment.