diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f62cbee05..10d3c626c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: with: buildkitd-config: .github/buildkit.toml - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -162,7 +162,7 @@ jobs: with: buildkitd-config: .github/buildkit.toml - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -253,7 +253,7 @@ jobs: with: buildkitd-config: .github/buildkit.toml - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -315,7 +315,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}