chore(deps): update actions/build-push-action action to v6
All checks were successful
ci / docker (pull_request) Successful in 14s

This commit is contained in:
renovate-bot 2024-06-20 15:08:28 +00:00
parent 3c6ca573f1
commit 0368fa4279

View File

@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- -
name: Build and push name: Build and push
uses: https://gitea.ocram85.com/actions/build-push-action@v4 uses: https://gitea.ocram85.com/actions/build-push-action@v6
with: with:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}