From 80dfecd5b00c40205d2130bf61a93a7e4f65542b Mon Sep 17 00:00:00 2001 From: Gitouche Date: Sat, 21 Dec 2024 22:01:59 +0100 Subject: [PATCH] privatebin : fix sha --- podman-privatebin/ci_build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-privatebin/ci_build-images.sh b/podman-privatebin/ci_build-images.sh index 2b53a64..9415d73 100755 --- a/podman-privatebin/ci_build-images.sh +++ b/podman-privatebin/ci_build-images.sh @@ -22,7 +22,7 @@ if ! podman image exists ${privatebin_image}:${privatebin_version}; then fi sed -i "s#mv cfg lib tpl vendor /srv#mv cfg lib tpl vendor /srv \&\& sed -i \\'/Content-Security-Policy\\\|X-XSS-Protection\\\|X-Frame-Options\\\|X-Content-Type-Options/d\\' /srv/lib/Controller.php#" ${buildfolder}/Dockerfile && TMPDIR=${HOME} podman image build \ - --label "org.opencontainers.image.revision=${tag_sha}" \ + --label "org.opencontainers.image.revision=${sha}" \ -t "${privatebin_image}":"${privatebin_version}" \ ${buildfolder} || retval=false podman image prune -a -f --filter dangling=true