diff --git a/.github/workflows/push-docker-images-release.yml b/.github/workflows/push-docker-images-release.yml index 3b13a1cfc..28024c827 100644 --- a/.github/workflows/push-docker-images-release.yml +++ b/.github/workflows/push-docker-images-release.yml @@ -48,7 +48,7 @@ jobs: token_format: "access_token" access_token_lifetime: "3600s" access_token_scopes: "https://www.googleapis.com/auth/cloud-platform" - - uses: "docker/login-action@v2" + - uses: "docker/login-action@v3" with: registry: "us-west2-docker.pkg.dev" username: "oauth2accesstoken" @@ -72,7 +72,7 @@ jobs: token_format: "access_token" access_token_lifetime: "3600s" access_token_scopes: "https://www.googleapis.com/auth/cloud-platform" - - uses: "docker/login-action@v2" + - uses: "docker/login-action@v3" with: registry: "us-west2-docker.pkg.dev" username: "oauth2accesstoken"