Skip to content

Commit

Permalink
Some fixes for the docker build setup (#31)
Browse files Browse the repository at this point in the history
* Specify full path to docker registry

* Fetch the entire thing

* Version bump
  • Loading branch information
aaomidi authored Apr 14, 2023
1 parent 8e2d874 commit 768d5c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN ~/.local/bin/poetry build

#################################

FROM certbot/certbot
FROM registry.hub.docker.com/certbot/certbot

COPY --from=build /opt/certbot/plugin/dist/*.whl /opt/certbot/src/plugin/
RUN python tools/pip_install.py --no-cache-dir /opt/certbot/src/plugin/*.whl
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "certbot-dns-google-domains"
version = "0.1.9"
version = "0.1.11"
description = "Certbot DNS authenticator for Google Domains"
authors = ["Amir Omidi <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 768d5c5

Please sign in to comment.