diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba7599b..748cab9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,6 +130,7 @@ jobs: registry: ${{ env.IMAGE_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + auth_file_path: /run/containers/0/auth.json - name: Push Image to registrz uses: https://github.com/redhat-actions/push-to-registry@v2