mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
docker: test makefile and Dockerfile change (#4866)
The fix in 4b9bc138d9 breaks docker with
~~~
Step 2/9 : RUN sed -i.bak s@stable/update@stable-security/update@g /etc/apt/sources.list
---> Running in 29a0dbae5746
no status provided on response: unknown
~~~
So reverted here. This adds github workflows to test Makefile.docker
syntax as well. And small updates to the docker-coredns over in the
release repo.
Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
7
.github/workflows/go.test.yml
vendored
7
.github/workflows/go.test.yml
vendored
@@ -78,5 +78,8 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test Makefile
|
||||
run: make GITHUB_ACCESS_TOKEN=bla -n build github-push -f Makefile.release
|
||||
- name: Test Makefile.release
|
||||
run: make GITHUB_ACCESS_TOKEN=x -n release github-push -f Makefile.release
|
||||
|
||||
- name: Test Makefile.docker
|
||||
run: make VERSION=x DOCKER=x -n release docker-push -f Makefile.docker
|
||||
|
||||
Reference in New Issue
Block a user