From 7d9fa942e38a091ca43af6735b82fc52ea82cfc9 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 26 Jan 2025 19:41:52 +0100 Subject: [PATCH] using skopeo instead of buildah to change tags --- build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_container.sh b/build_container.sh index 6706460..310f798 100755 --- a/build_container.sh +++ b/build_container.sh @@ -33,4 +33,4 @@ buildah run -- builder kc.sh build --db=postgres --metrics-enabled=true --https- buildah copy --from builder --chown root:root final /opt/keycloak/ /opt/keycloak/ buildah rm builder buildah commit -q -f oci --rm final containers-storage:localhost/keycloak:latest -buildah tag containers-storage:localhost/keycloak:latest containers-storage:localhost/keycloak:$GITHUB_RUN_NUMBER \ No newline at end of file +skopeo copy containers-storage:localhost/keycloak:latest containers-storage:localhost/keycloak:$GITHUB_RUN_NUMBER \ No newline at end of file