Skip to content

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 28, 2024
1 parent 0a7a09c commit 09aacac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
run: docker manifest push docker.io/hickorydns/hickory-dns:latest
- name: Inspect the manifest
run: docker manifest inspect docker.io/hickorydns/hickory-dns:latest
- name: Checkout repository
uses: actions/checkout@v4
- name: Test docker image
run: make test-alpine

Expand Down

0 comments on commit 09aacac

Please sign in to comment.