From b28d88afe392d4c425073da9a936c480ccc0def6 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 8 Sep 2025 15:52:57 +0200 Subject: [PATCH] AND ANOTHER ATTEMPT --- .forgejo/workflows/build.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 300928c..0c8949e 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -31,21 +31,25 @@ jobs: echo "Created config file" # configure authentication - echo "Creating auth file..." - cat > ~/.config/containers/auth.json < ~/.config/containers/auth.json <- podman push - --authfile ~/.config/containers/auth.json localhost/${{ env.image }}:${{ env.tag }} ${{ env.registry }}/${{ forge.repository }}/${{ env.image }}:${{ env.tag }}