diff --git a/.github/workflows/build_canary.yml b/.github/workflows/build_canary.yml index 8b51b97..0ad6bcf 100644 --- a/.github/workflows/build_canary.yml +++ b/.github/workflows/build_canary.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -69,7 +69,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -107,7 +107,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index a2a6287..e80e42f 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -76,7 +76,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -119,7 +119,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }}