Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jauderho/dnscontrol-action
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed May 9, 2024
2 parents 40db655 + 5736c27 commit f0dedb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM ghcr.io/jauderho/dnscontrol:v4.9.0@sha256:adc4021626160cac9c7f94e77fdf9915f
LABEL "com.github.actions.icon"="cloud"
LABEL "com.github.actions.color"="yellow"

RUN apk update \
&& apk upgrade -a \
&& apk add --no-cache bash

RUN ["dnscontrol", "version"]

COPY README.md entrypoint.sh bin/filter-preview-output.sh /
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DNSControl Action

![](https://github.com/koenrh/dnscontrol-action/workflows/build/badge.svg)
![](https://github.com/jauderho/dnscontrol-action/workflows/build/badge.svg)

Deploy your DNS configuration using [GitHub Actions](https://github.com/actions)
using [DNSControl](https://github.com/StackExchange/dnscontrol/).
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: DNSControl Action Remix
description: Deploy your DNS configuration to multiple providers
author: Koen Rouwhorst <[email protected]>
author: Jauder Ho <[email protected]>
branding:
icon: cloud
color: yellow
Expand Down

0 comments on commit f0dedb0

Please sign in to comment.