Compare commits

...

2 Commits

Author SHA1 Message Date
30fa0165b8 Merge pull request 'Update docker/build-push-action action to v6' (#29) from renovate/docker-build-push-action-6.x into main
All checks were successful
Build Docker Image / build (push) Successful in 1m18s
Reviewed-on: https://git.home.timatlee.com/timatlee/cloudflare-ddns-docker-updated/pulls/29
2024-09-17 13:27:46 -06:00
4390d59232 Update docker/build-push-action action to v6
All checks were successful
Build Docker Image / build (push) Successful in 1m24s
2024-09-15 22:00:36 +00: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