diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 964e83c77bb..bf6b02d80f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: buildkitd-flags: --debug - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: "$" # special user for authenticating as a gh actions worker diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0487b6485e8..742497b7fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: buildkitd-flags: --debug - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: '$' # special user for authenticating as a gh actions worker