File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 59
59
steps :
60
60
- name : Checkout
61
61
uses : actions/checkout@v3
62
- with :
63
- fetch-depth : 0
64
62
65
63
- name : Docker meta
66
64
id : meta
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN ~/.local/bin/poetry build
27
27
28
28
# ################################
29
29
30
- FROM certbot/certbot
30
+ FROM registry.hub.docker.com/ certbot/certbot
31
31
32
32
COPY --from=build /opt/certbot/plugin/dist/*.whl /opt/certbot/src/plugin/
33
33
RUN python tools/pip_install.py --no-cache-dir /opt/certbot/src/plugin/*.whl
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " certbot-dns-google-domains"
3
- version = " 0.1.9 "
3
+ version = " 0.1.11 "
4
4
description = " Certbot DNS authenticator for Google Domains"
5
5
authors = [" Amir Omidi <amir@aaomidi.com>" ]
6
6
license = " Apache 2.0"
You can’t perform that action at this time.
0 commit comments