-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:cloudposse/github-actions-workflows
* '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
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters