Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.2.0 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent 5b4b37e commit 220dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow__docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: steps.flags.outputs.from != 'null'
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: ${{ inputs.docker-push }}
context: ${{ inputs.addon-path }}
Expand Down

0 comments on commit 220dabc

Please sign in to comment.