diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index 821b71c89057..f30692587272 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.5.0 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-auth.yml b/.github/workflows/cd-auth.yml index 10569dc87c9d..0f9ead11c9ba 100644 --- a/.github/workflows/cd-auth.yml +++ b/.github/workflows/cd-auth.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.5.0 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-metrics-scraper.yml b/.github/workflows/cd-metrics-scraper.yml index 428e1983b2f5..540073190932 100644 --- a/.github/workflows/cd-metrics-scraper.yml +++ b/.github/workflows/cd-metrics-scraper.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.5.0 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-web.yml b/.github/workflows/cd-web.yml index cda6d5e94f61..78ce840f44ad 100644 --- a/.github/workflows/cd-web.yml +++ b/.github/workflows/cd-web.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.5.0 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }}