We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a6390 commit 387286cCopy full SHA for 387286c
.github/workflows/ci.yaml
@@ -209,13 +209,13 @@ jobs:
209
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
210
echo ::set-output name=docker_web_tags::$OUT_WEB
211
212
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
213
with:
214
push: true
215
context: .
216
file: ./Dockerfile.api
217
tags: ${{ steps.step1.outputs.docker_api_tags }}
218
219
220
221
0 commit comments