mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 13:58:03 +00:00
fix: re-tag image (#92)
This commit is contained in:
4
.github/workflows/pr-publish.yml
vendored
4
.github/workflows/pr-publish.yml
vendored
@@ -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)"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user