Skip to content

Commit

Permalink
Fix makefile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 15, 2023
1 parent 205f174 commit 6fdc364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: Build and push image
run: make docker-build
run: make build-alpine
env:
DOCKER_BUILDKIT: 1
# Disabled: linux/ppc64le,linux/s390x
Expand All @@ -42,6 +42,6 @@ jobs:
ACTION: push

- name: Test docker image
run: make docker-test
run: make test-alpine
env:
IMAGE_TAG: docker.io/hickorydns/hickory-dns:latest

0 comments on commit 6fdc364

Please sign in to comment.