We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d195e1 commit 9054ac2Copy full SHA for 9054ac2
.github/workflows/ci.yaml
@@ -171,13 +171,13 @@ jobs:
171
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
172
echo ::set-output name=docker_web_tags::$OUT_WEB
173
174
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
175
with:
176
push: true
177
context: .
178
file: ./Dockerfile.api
179
tags: ${{ steps.step1.outputs.docker_api_tags }}
180
181
182
183
0 commit comments