Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cloudposse/github-actions-workflows
Browse files Browse the repository at this point in the history
* 'main' of github.com:cloudposse/github-actions-workflows:
  Update cloudposse/github-action-docker-promote action to v0.1.1 (#17)
  Update cloudposse/github-action-matrix-outputs-write action to v0.3.1 (#18)
  Update cloudposse/github-action-yaml-config-query action to v0.1.2 (#19)
  Update cloudposse/github-action-monorepo-random-controller action to v0.2.0 (#20)
  • Loading branch information
goruha committed Dec 28, 2022
2 parents 1d83a82 + b4ca6db commit 45f3f13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-dockerized-app-promote-or-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
id: prev-commit
run: echo "sha=$(git rev-parse --verify HEAD^1)" >> $GITHUB_OUTPUT

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
if: ${{ ! inputs.force-build }}
id: promote
continue-on-error: true
Expand All @@ -120,7 +120,7 @@ jobs:
registry: ${{ secrets.registry }}
workdir: ./apps/${{ inputs.app }}

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].2
id: result
with:
## There is a bug in GHA - skipped step return `success` outcome. So we can not rely only on steps.build.outcome
Expand All @@ -142,7 +142,7 @@ jobs:
op: encode
in: ${{ steps.result.outputs.image }}

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: outputs
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-dockerized-app-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
false:
image: ${{ inputs.repository }}/${{ inputs.app }}
- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: promote
with:
registry: ${{ secrets.registry }}
Expand All @@ -116,7 +116,7 @@ jobs:
op: encode
in: ${{ steps.promote.outputs.image }}

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: outputs
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/controller-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Monorepo controller
id: controller
uses: cloudposse/github-action-monorepo-random-controller@0.1.1
uses: cloudposse/github-action-monorepo-random-controller@0.2.0
with:
dir: ${{ inputs.dir }}

Expand Down

0 comments on commit 45f3f13

Please sign in to comment.