Skip to content

Commit e338f23

Browse files
committed
Update docker-build-push action
1 parent c082928 commit e338f23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Stop Commands
6868
run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
6969
- name: Build target base image
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: images/base
7373
pull: true
@@ -136,7 +136,7 @@ jobs:
136136
- name: Stop Commands
137137
run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
138138
- name: Build target base image
139-
uses: docker/build-push-action@v5
139+
uses: docker/build-push-action@v6
140140
with:
141141
context: images/base-${{ matrix.target }}
142142
pull: true
@@ -203,7 +203,7 @@ jobs:
203203
key: download-cache-${{ steps.dl_cache.outputs.dltagname }}
204204
fail-on-cache-miss: true
205205
- name: Build target base image
206-
uses: docker/build-push-action@v5
206+
uses: docker/build-push-action@v6
207207
with:
208208
context: .
209209
pull: true

0 commit comments

Comments
 (0)