From ff5202f0cdff0bdce40a5ec36eb33c2cdc490b92 Mon Sep 17 00:00:00 2001 From: ver4a Date: Mon, 28 Apr 2025 14:55:57 +0200 Subject: [PATCH] ci: Remove auth_file_path Not needed since https://git.uncontrol.me/actions/podman-login/commit/194c202d60ede90d2082c82ebbbecb6751935f48 --- .forgejo/workflows/build-image.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index d3cba2a..ab35662 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -38,7 +38,6 @@ jobs: registry: ${{ vars.REGISTRY_DOMAIN }} username: ${{ vars.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - auth_file_path: '$HOME/.config/containers/auth.json' - name: 'Push :ci-dev to registry' uses: 'actions/push-to-registry@v2' @@ -91,7 +90,6 @@ jobs: registry: '${{ vars.REGISTRY_DOMAIN }}' username: '${{ vars.REGISTRY_USERNAME }}' password: '${{ secrets.REGISTRY_PASSWORD }}' - auth_file_path: '$HOME/.config/containers/auth.json' - name: 'Move :ci-dev to :stable' run: 'skopeo copy docker://registry.uncontrol.me/ver4a/oci-builder:ci-dev docker://registry.uncontrol.me/ver4a/oci-builder:stable'