Update docker-build-push action

This commit is contained in:
BtbN 2025-01-12 19:33:38 +01:00
parent c0829285ff
commit e338f23f15

View File

@ -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