Update docker/build-push-action action to v7 #74

Merged
timatlee merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-05 18:42:23 -07:00

View File

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