⬆️ Update docker/build-push-action action to v6
All checks were successful
ci / docker (pull_request) Successful in 12s

This commit is contained in:
Renovate 2024-06-18 01:11:12 +00:00
parent 54a9eaae6c
commit 241d989600

View File

@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.ref_type == 'tag' }}