Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
fix: re-tag image (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored Feb 28, 2023
1 parent c40bddf commit a831ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
cat image
cat tags
podman load -i image.tar
image_name="localhost/$(head -n1 image):$(head -n1 tags)"
for t in $(cat tags); do
podman tag $image_name $(head -n1 image):$t
done
echo image="$(cat image)" >> $GITHUB_OUTPUT
delimiter="$(openssl rand -hex 8)"
{
Expand Down

0 comments on commit a831ce0

Please sign in to comment.