Skip to content

Commit

Permalink
Update docker-build-push action
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jan 12, 2025
1 parent c082928 commit e338f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e338f23

Please sign in to comment.