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 c334e5f commit f997a2fCopy full SHA for f997a2f
.github/workflows/release.yaml
@@ -174,16 +174,16 @@ jobs:
174
fi
175
176
- name: Create empty base-build-context directory
177
- if: steps.image-base-tag.outputs.tag != ""
+ if: steps.image-base-tag.outputs.tag != ''
178
run: mkdir base-build-context
179
180
- name: Install depot.dev CLI
181
182
uses: depot/setup-action@v1
183
184
# This uses OIDC authentication, so no auth variables are required.
185
- name: Build base Docker image via depot.dev
186
187
uses: depot/build-push-action@v1
188
with:
189
project: wl5hnrrkns
0 commit comments