Skip to content

Dev#17

Merged
neilpang merged 2 commits into
masterfrom
dev
May 8, 2026
Merged

Dev#17
neilpang merged 2 commits into
masterfrom
dev

Conversation

@neilpang
Copy link
Copy Markdown
Owner

@neilpang neilpang commented May 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 19:11
@neilpang neilpang merged commit 53ecfbb into master May 8, 2026
3 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the SSL renewal script to skip wildcard (*) domain entries when iterating ACME_DOMAINS, and bumps Docker-related GitHub Actions used by the DockerHub publishing workflow to newer major versions.

Changes:

  • Skip ACME_DOMAINS entries containing * in updatessl.sh.
  • Update docker/* GitHub Actions major versions in the DockerHub workflow (metadata, qemu, buildx, login, build-push).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
updatessl.sh Adds a guard intended to skip wildcard domains during certificate issuance.
.github/workflows/dockerhub.yml Bumps Docker GitHub Actions major versions used to build/push multi-arch images.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread updatessl.sh
Comment on lines +18 to +20
if echo "$d_list" | grep '*'; then
continue;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants