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 b5f53c5 commit 3e7989cCopy full SHA for 3e7989c
.github/workflows/reusable-build.yml
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Pull baseline image for rechunk
137
id: pull-baseline
138
- if: steps.check-baseline.PULL_BASELINE_IMAGE == 'true'
+ if: steps.check-baseline.outputs.PULL_BASELINE_IMAGE == 'true'
139
run: |
140
sudo podman pull ${{ steps.check-baseline.outputs.BASELINE_IMAGE }}
141
0 commit comments