diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fd7dc1ded150d..7916a4585a0de 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -191,7 +191,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker image - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . load: true @@ -228,7 +228,7 @@ jobs: - name: Deploy the Docker image by digest id: digest if: fromJSON(steps.attributes.outputs.push) - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . cache-from: type=registry,ref=ghcr.io/homebrew/ubuntu${{ matrix.version }}:cache