Skip to content

Commit 768d5c5

Browse files
authored
Some fixes for the docker build setup (#31)
* Specify full path to docker registry * Fetch the entire thing * Version bump
1 parent 8e2d874 commit 768d5c5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v3
62-
with:
63-
fetch-depth: 0
6462

6563
- name: Docker meta
6664
id: meta

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN ~/.local/bin/poetry build
2727

2828
#################################
2929

30-
FROM certbot/certbot
30+
FROM registry.hub.docker.com/certbot/certbot
3131

3232
COPY --from=build /opt/certbot/plugin/dist/*.whl /opt/certbot/src/plugin/
3333
RUN python tools/pip_install.py --no-cache-dir /opt/certbot/src/plugin/*.whl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "certbot-dns-google-domains"
3-
version = "0.1.9"
3+
version = "0.1.11"
44
description = "Certbot DNS authenticator for Google Domains"
55
authors = ["Amir Omidi <amir@aaomidi.com>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)