Skip to content

Commit

Permalink
Bump docker/build-push-action from 3.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 330d76a commit 85ac7d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.3.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
--signerID "${{ needs.information.outputs.base_image_signer }}" \
"docker://${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.3.0
with:
load: true
# yamllint disable rule:line-length
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: 🚀 Build and push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 85ac7d6

Please sign in to comment.