diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 2776e91..e571347 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -29,9 +29,9 @@ jobs: id: push-to-ghcr uses: redhat-actions/push-to-registry@v2 with: + registry: ghcr.io/${{ github.repository_owner }} image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }} - registry: ghcr.io/${{ github.repository_owner }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}