⬆️ Update docker/build-push-action action to v6 #99

Merged
sebclem merged 1 commits from renovate/docker-build-push-action-6.x into main 2024-06-20 12:06:49 +02:00
Showing only changes of commit 8d1b5c9d24 - Show all commits

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: ${{ !startsWith('renovate/', github.ref_name) }}