diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63281ddd34..a803e4bd9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - name: Stop Commands run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}" - name: Build target base image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: images/base pull: true @@ -136,7 +136,7 @@ jobs: - name: Stop Commands run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}" - name: Build target base image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: images/base-${{ matrix.target }} pull: true @@ -203,7 +203,7 @@ jobs: key: download-cache-${{ steps.dl_cache.outputs.dltagname }} fail-on-cache-miss: true - name: Build target base image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . pull: true