Skip to content

Commit

Permalink
Update cloudposse/github-action-docker-build-push action to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent 739c906 commit 6adfd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Build
id: build
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
with:
organization: ${{ inputs.organization }}
repository: ${{ inputs.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote-or-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Build
if: ${{ inputs.force-build || steps.promote.outcome == 'failure' }}
id: build
uses: cloudposse/[email protected].0
uses: cloudposse/[email protected].1
with:
organization: ${{ inputs.organization }}
repository: ${{ inputs.repository }}/${{ inputs.app }}
Expand Down

0 comments on commit 6adfd74

Please sign in to comment.