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 80e333e commit ae72fc1Copy full SHA for ae72fc1
.github/workflows/ci-dockerized-app-build.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Build
87
id: build
88
- uses: cloudposse/github-action-docker-build-push@1.15.0
+ uses: cloudposse/github-action-docker-build-push@1.16.0
89
with:
90
organization: ${{ inputs.organization }}
91
repository: ${{ inputs.repository }}
.github/workflows/ci-dockerized-app-promote-or-build.yml
@@ -118,7 +118,7 @@ jobs:
118
119
if: ${{ inputs.force-build || steps.promote.outcome == 'failure' }}
120
121
122
123
124
repository: ${{ inputs.repository }}/${{ inputs.app }}
0 commit comments