Update docker/build-push-action action to v6 #29

Merged
timatlee merged 1 commits from renovate/docker-build-push-action-6.x into main 2024-09-17 13:27:46 -06:00

View File

@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true