Skip to content

Commit 243d318

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 52f2442 commit 243d318

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
@@ -171,13 +171,13 @@ jobs:
171171
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
172172
echo ::set-output name=docker_web_tags::$OUT_WEB
173173
174-
- uses: docker/build-push-action@v5
174+
- uses: docker/build-push-action@v6
175175
with:
176176
push: true
177177
context: .
178178
file: ./Dockerfile.api
179179
tags: ${{ steps.step1.outputs.docker_api_tags }}
180-
- uses: docker/build-push-action@v5
180+
- uses: docker/build-push-action@v6
181181
with:
182182
push: true
183183
context: .

0 commit comments

Comments
 (0)