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

Commit

Permalink
fix(deps): update docker/build-push-action action to v6 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Glatthar <[email protected]>
  • Loading branch information
renovate[bot] and t0bst4r authored Jun 19, 2024
1 parent 4bc3d7b commit 591037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wf-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: steps.flags.outputs.from != 'null'
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
push: ${{ inputs.docker-push }}
context: ${{ inputs.addon-path }}
Expand Down

0 comments on commit 591037f

Please sign in to comment.