diff --git a/.github/workflows/build-next.yaml b/.github/workflows/build-next.yaml index 830c025..721a899 100644 --- a/.github/workflows/build-next.yaml +++ b/.github/workflows/build-next.yaml @@ -52,7 +52,7 @@ jobs: oci: true - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -92,7 +92,7 @@ jobs: oci: true - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72886ba..f7b97f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -134,7 +134,7 @@ jobs: oci: true - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -176,7 +176,7 @@ jobs: oci: true - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }}