Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #5290

Merged
merged 34 commits into from
Sep 18, 2024
Merged

sync #5290

Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bd3a2b1
Prevent leaving blank lines in config file after cleared keys.
scruel Feb 27, 2024
b1d0191
UBNT removed keytool from UnifiOS, modify to use openssl PKCS12. Also…
3VAbdAVE May 13, 2024
fd461fe
Fix missing XML Escaping in Password String
Weishaupt May 16, 2024
5789e80
Fixed a bug where the zone_id was corrupted for domains containing th…
IIIPr0t0typ3III Jul 5, 2024
a2bc79d
Fixed a bug where trying to add entries where the fulldomain contains…
Jul 7, 2024
ab86e05
Changed A-Z and a-z to [:upper:] and [:lower:] from last commit to co…
Jul 7, 2024
0a64567
Merge branch 'acmesh-official:dev' into dev
IIIPr0t0typ3III Jul 22, 2024
dd582c0
Changed the direct call of `tr` to cast to lower case to the function
Jul 23, 2024
3e36f05
Update dockerhub.yml
tomo2403 Jul 27, 2024
b6f7710
Update bark.sh
tomo2403 Jul 27, 2024
cb5eae8
Update dns_ispconfig.sh
mickaelmonsieur Jul 31, 2024
de90216
Replaced keytool with openssl pkcs12. Added backup of original certif…
3VAbdAVE Aug 1, 2024
57da04b
Updated Unifi deploy hook to use openssl's pkcs12 instead of Java Key…
3VAbdAVE Aug 12, 2024
3bb5943
Merge branch 'dev' of https://github.com/3VAbdAVE/acme.sh into dev
3VAbdAVE Aug 12, 2024
a8d8fef
Merge branch 'acmesh-official:dev' into dev
3VAbdAVE Aug 12, 2024
adfafe5
reverted bad merge
3VAbdAVE Aug 12, 2024
ca62263
removed old comment
3VAbdAVE Aug 12, 2024
de99d6d
fixed shfmt
3VAbdAVE Aug 15, 2024
f1b6016
Merge branch 'acmesh-official:dev' into dev
3VAbdAVE Aug 15, 2024
d8637b2
fixes #3359
3VAbdAVE Aug 15, 2024
a94653b
Merge branch 'dev' of https://github.com/3VAbdAVE/acme.sh into dev
3VAbdAVE Aug 15, 2024
5275daa
Merge pull request #5231 from mickaelmonsieur/master
Neilpang Sep 15, 2024
e0214a2
Merge pull request #5218 from IIIPr0t0typ3III/dev
Neilpang Sep 15, 2024
beb31ab
Merge pull request #5246 from 3VAbdAVE/dev
Neilpang Sep 15, 2024
dc341ef
Merge pull request #5149 from Weishaupt/patch-1
Neilpang Sep 15, 2024
8635d89
Merge pull request #5029 from scruel/patch-2
Neilpang Sep 15, 2024
2d28259
fix format
Sep 15, 2024
f86ee84
fix format
Sep 15, 2024
522c953
Update dockerhub.yml
tomo2403 Sep 15, 2024
ea94477
Merge pull request #5229 from tomo2403/master
Neilpang Sep 15, 2024
22d260f
fix dns_nsupdate when NSUPDATE_OPT is empty, refs #5224
fraenki Sep 16, 2024
9ecd840
resolve shellcheck offenses
fraenki Sep 17, 2024
167aba6
Merge pull request #5285 from markt-de/fix_nsupdate
Neilpang Sep 17, 2024
d057a9b
update version
Sep 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dockerhub.yml
tomo2403 committed Sep 15, 2024
commit 522c95386013a5ce6cae4d4b5512fd299d29d1a4
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build and push the image
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/acme.sh
DOCKER_IMAGE=neilpang/acme.sh

if [[ $GITHUB_REF == refs/tags/* ]]; then
DOCKER_IMAGE_TAG=${GITHUB_REF#refs/tags/}