Skip to content

Commit

Permalink
Improve code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-bessei committed Oct 4, 2024
1 parent f36317e commit b37e981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/per-commit_publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
docker pull caddy:2-alpine
docker tag caddy:2-alpine ${{ vars.CI_REGISTRY_IMAGE }}:${{ github.sha }}_v2-alpine
docker push ${{ vars.CI_REGISTRY_IMAGE }}:${{ github.sha }}_v2-alpine
# Build a customer Caddy docker image with Cloudflare DNS support and push it to Quay.io
# Build a custom Caddy docker image with the modules listed below & push it to Quay.io
# * dns.providers.cloudflare: https://github.com/caddy-dns/cloudflare
v2-alpine_cloudflare:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/production_publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
docker pull caddy:2-alpine
docker tag caddy:2-alpine ${{ vars.CI_REGISTRY_IMAGE }}:v2-alpine
docker push ${{ vars.CI_REGISTRY_IMAGE }}:v2-alpine
# Build a customer Caddy docker image with Cloudflare DNS support and push it to Quay.io
# Build a custom Caddy docker image with the modules listed below & push it to Quay.io
# * dns.providers.cloudflare: https://github.com/caddy-dns/cloudflare
v2-alpine_cloudflare:
runs-on: ubuntu-latest
environment: Production
Expand Down

0 comments on commit b37e981

Please sign in to comment.