aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-02-24 19:03:16 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-24 10:03:16 -0800
commit9d3a84377cae13c38e5530f7bafe00a4e43d45cd (patch)
tree76a9c6a8e1181f52b6d24c309a27f05fb5043734
parent4293992bb83a5eac1d1e617a40638db6db046283 (diff)
downloadcoredns-9d3a84377cae13c38e5530f7bafe00a4e43d45cd.tar.gz
coredns-9d3a84377cae13c38e5530f7bafe00a4e43d45cd.tar.zst
coredns-9d3a84377cae13c38e5530f7bafe00a4e43d45cd.zip
Makefile.release: do a complete dry-run (#4488)
Just dry-run all important targets. Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--.github/workflows/go.test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml
index d0b64d51d..d7f87bed8 100644
--- a/.github/workflows/go.test.yml
+++ b/.github/workflows/go.test.yml
@@ -79,4 +79,4 @@ jobs:
uses: actions/checkout@v2
- name: Test Makefile
- run: make -f Makefile.release build
+ run: make DOCKER=bla GITHUB_ACCESS_TOKEN=bla -n build docker github-push docker-push -f Makefile.release