diff --git a/.github/workflows/baseimage.yaml b/.github/workflows/baseimage.yaml index 6ca480d9e7..44c1e189ed 100644 --- a/.github/workflows/baseimage.yaml +++ b/.github/workflows/baseimage.yaml @@ -51,7 +51,7 @@ jobs: DOCKER_EXTRA: --platform=linux/amd64,linux/arm64 VERSION: ${{ inputs.version }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27477b0c5e..41b0603bd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,7 +187,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -237,7 +237,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -369,7 +369,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -466,7 +466,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -550,7 +550,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -665,7 +665,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -690,7 +690,7 @@ jobs: DOCKER_BUILDKIT: 1 - name: Login to Docker Hub if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }}