mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 14:14:35 +02:00
Update docker-build-push action
This commit is contained in:
parent
c0829285ff
commit
e338f23f15
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user