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