diff --git a/.github/workflows/oci-full.yml b/.github/workflows/oci-full.yml index 3ae4669..a206fdf 100644 --- a/.github/workflows/oci-full.yml +++ b/.github/workflows/oci-full.yml @@ -113,7 +113,7 @@ jobs: echo "Platforms: ${{ steps.buildx.outputs.platforms }}" - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/oci-standard.yml b/.github/workflows/oci-standard.yml index 80ec00d..11f0886 100644 --- a/.github/workflows/oci-standard.yml +++ b/.github/workflows/oci-standard.yml @@ -113,7 +113,7 @@ jobs: echo "Platforms: ${{ steps.buildx.outputs.platforms }}" - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}