Compare commits

..

2 Commits

Author SHA1 Message Date
timatlee e89f79a1b6 Merge pull request 'Update docker/build-push-action action to v7' (#74) from renovate/docker-build-push-action-7.x into main
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #74
2026-03-05 18:42:22 -07:00
Renovate Bot 027961c77c Update docker/build-push-action action to v7
Build Docker Image / build (pull_request) Successful in 5m10s
2026-03-05 22:00:34 +00:00
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true