mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2024-11-10 09:02:52 +08:00
Add build image step
This commit is contained in:
parent
05fdadf264
commit
aaea00a2d9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -15,3 +15,6 @@ jobs:
|
|||
|
||||
- name: ShellCheck
|
||||
run: shellcheck entrypoint.sh
|
||||
|
||||
- name: Build image
|
||||
uses: docker/build-push-action@v4
|
||||
|
|
Loading…
Reference in a new issue