diff --git a/.github/workflows/ci-dockerized-app-promote-or-build.yml b/.github/workflows/ci-dockerized-app-promote-or-build.yml index 92aad60..8cb32bd 100644 --- a/.github/workflows/ci-dockerized-app-promote-or-build.yml +++ b/.github/workflows/ci-dockerized-app-promote-or-build.yml @@ -125,7 +125,7 @@ jobs: registry: ${{ secrets.registry }} workdir: ./apps/${{ inputs.app }} - - uses: cloudposse/github-action-yaml-config-query@0.1.3 + - uses: cloudposse/github-action-yaml-config-query@0.1.4 id: result with: ## There is a bug in GHA - skipped step return `success` outcome. So we can not rely only on steps.build.outcome diff --git a/.github/workflows/ci-dockerized-app-promote.yml b/.github/workflows/ci-dockerized-app-promote.yml index 92634c5..4e3b48b 100644 --- a/.github/workflows/ci-dockerized-app-promote.yml +++ b/.github/workflows/ci-dockerized-app-promote.yml @@ -95,7 +95,7 @@ jobs: - name: Context id: context - uses: cloudposse/github-action-yaml-config-query@0.1.3 + uses: cloudposse/github-action-yaml-config-query@0.1.4 with: query: .${{ inputs.app == '' }} config: |