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 41037fe commit 1291832Copy full SHA for 1291832
.github/workflows/ci-dockerized-app-build.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Build
82
id: build
83
- uses: cloudposse/github-action-docker-build-push@1.15.0
+ uses: cloudposse/github-action-docker-build-push@1.16.0
84
with:
85
organization: ${{ inputs.organization }}
86
repository: ${{ inputs.repository }}
.github/workflows/ci-dockerized-app-promote-or-build.yml
@@ -113,7 +113,7 @@ jobs:
113
114
if: ${{ inputs.force-build || steps.promote.outcome == 'failure' }}
115
116
117
118
119
repository: ${{ inputs.repository }}/${{ inputs.app }}
0 commit comments