mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Change default IPv4 provider to ipify
Update README and tests to reflect new defaults Bump actions/checkout to v6, replace linux/arm/v7 with linux/ppc64le in the Docker build, and normalize tag quoting in the GitHub workflow
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
BASH_DIR=$(dirname $(realpath "${BASH_SOURCE}"))
|
||||
VERSION=$(grep '^version' ${BASH_DIR}/../Cargo.toml | head -1 | sed 's/.*"\(.*\)".*/\1/')
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--platform linux/amd64,linux/arm64,linux/ppc64le \
|
||||
--tag timothyjmiller/cloudflare-ddns:latest \
|
||||
--tag timothyjmiller/cloudflare-ddns:${VERSION} \
|
||||
--push ${BASH_DIR}/../
|
||||
|
||||
Reference in New Issue
Block a user