Skip to content

Commit 35df0cc

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent de5ebb4 commit 35df0cc

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
@@ -153,13 +153,13 @@ jobs:
153153
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
154154
echo ::set-output name=docker_web_tags::$OUT_WEB
155155
156-
- uses: docker/build-push-action@v5
156+
- uses: docker/build-push-action@v6
157157
with:
158158
push: true
159159
context: .
160160
file: ./Dockerfile.api
161161
tags: ${{ steps.step1.outputs.docker_api_tags }}
162-
- uses: docker/build-push-action@v5
162+
- uses: docker/build-push-action@v6
163163
with:
164164
push: true
165165
context: .

0 commit comments

Comments
 (0)