Skip to content

Commit f997a2f

Browse files
committed
fix workflow file
1 parent c334e5f commit f997a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,16 @@ jobs:
174174
fi
175175
176176
- name: Create empty base-build-context directory
177-
if: steps.image-base-tag.outputs.tag != ""
177+
if: steps.image-base-tag.outputs.tag != ''
178178
run: mkdir base-build-context
179179

180180
- name: Install depot.dev CLI
181-
if: steps.image-base-tag.outputs.tag != ""
181+
if: steps.image-base-tag.outputs.tag != ''
182182
uses: depot/setup-action@v1
183183

184184
# This uses OIDC authentication, so no auth variables are required.
185185
- name: Build base Docker image via depot.dev
186-
if: steps.image-base-tag.outputs.tag != ""
186+
if: steps.image-base-tag.outputs.tag != ''
187187
uses: depot/build-push-action@v1
188188
with:
189189
project: wl5hnrrkns

0 commit comments

Comments
 (0)