Skip to content

Commit c6b72a3

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent d5cb1e5 commit c6b72a3

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
@@ -118,13 +118,13 @@ jobs:
118118
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
119119
echo ::set-output name=docker_web_tags::$OUT_WEB
120120
121-
- uses: docker/build-push-action@v5
121+
- uses: docker/build-push-action@v6
122122
with:
123123
push: true
124124
context: .
125125
file: ./Dockerfile.api
126126
tags: ${{ steps.step1.outputs.docker_api_tags }}
127-
- uses: docker/build-push-action@v5
127+
- uses: docker/build-push-action@v6
128128
with:
129129
push: true
130130
context: .

0 commit comments

Comments
 (0)