chore(deps): update docker/build-push-action action to v6

This commit is contained in:
renovate[bot] 2024-06-19 14:52:00 +00:00
parent 02cd85a845
commit 13a8e38beb
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ jobs:
EOF
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.repository_owner == 'libretime' }}