diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index d02df7d..3bb6504 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -12,12 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Log in to GitHub Container Registry - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ github.actor }} password: ${{ github.token }} - # TODO use {{ github.repository_owner }} when https://github.com/redhat-actions/podman-login/issues/44 is fixed - registry: ghcr.io/seagl + registry: ${{ github.repository_owner }} - name: Checkout Repo uses: actions/checkout@v6