Skip to content

Commit 387286c

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent c3a6390 commit 387286c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ jobs:
209209
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
210210
echo ::set-output name=docker_web_tags::$OUT_WEB
211211
212-
- uses: docker/build-push-action@v5
212+
- uses: docker/build-push-action@v6
213213
with:
214214
push: true
215215
context: .
216216
file: ./Dockerfile.api
217217
tags: ${{ steps.step1.outputs.docker_api_tags }}
218-
- uses: docker/build-push-action@v5
218+
- uses: docker/build-push-action@v6
219219
with:
220220
push: true
221221
context: .

0 commit comments

Comments
 (0)