Skip to content

Commit 6392837

Browse files
committed
sanity check
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 30a5c2b commit 6392837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
echo 'Images?: ${{ steps.prep.outputs.container-images }}'
209209
210210
- name: Build container images locally
211-
if: contains('["Docker image", "Docker Image"]', 'Docker Image') == 'true'
211+
if: contains('Docker Image', 'Docker Image') == 'true'
212212
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
213213
with:
214214
context: ./distributions/${{ inputs.distribution }}

0 commit comments

Comments
 (0)