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 de5ebb4 commit 35df0ccCopy full SHA for 35df0cc
.github/workflows/ci.yaml
@@ -153,13 +153,13 @@ jobs:
153
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
154
echo ::set-output name=docker_web_tags::$OUT_WEB
155
156
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
157
with:
158
push: true
159
context: .
160
file: ./Dockerfile.api
161
tags: ${{ steps.step1.outputs.docker_api_tags }}
162
163
164
165
0 commit comments