Skip to content

Commit

Permalink
Merge pull request #659 from brenner-tobias/renovate/docker-build-pus…
Browse files Browse the repository at this point in the history
…h-action-6.x

⬆️ Update docker/build-push-action action to v6.0.1
  • Loading branch information
elcajon authored Jun 18, 2024
2 parents 7dc1264 + 50450f8 commit 32cea3b
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
load: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 32cea3b

Please sign in to comment.