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 41ce691 commit 1896307Copy full SHA for 1896307
.github/workflows/ci.yaml
@@ -118,13 +118,13 @@ jobs:
118
OUT_WEB=$(echo "$OUT_WEB" | awk '{print tolower($0)}')
119
echo ::set-output name=docker_web_tags::$OUT_WEB
120
121
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
122
with:
123
push: true
124
context: .
125
file: ./Dockerfile.api
126
tags: ${{ steps.step1.outputs.docker_api_tags }}
127
128
129
130
0 commit comments