diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index 0e293a53be19..3333c26fb2b7 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-auth.yml b/.github/workflows/cd-auth.yml index 0171c3b87d47..0c1d993b569f 100644 --- a/.github/workflows/cd-auth.yml +++ b/.github/workflows/cd-auth.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.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 099d1cb632a3..bb7ad1cb5ec8 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.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-web.yml b/.github/workflows/cd-web.yml index 22a4ccf40175..f4f8a72b4748 100644 --- a/.github/workflows/cd-web.yml +++ b/.github/workflows/cd-web.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 089867d3a27b..a2b9be66788a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,12 +148,12 @@ jobs: with: config: .github/buildkitd.toml - name: Login to Docker - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - name: Login to GHCR - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}