Skip to content

Commit

Permalink
Fixup publishing details
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 28, 2024
1 parent 3087416 commit 6275c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push image
run: make docker-build docker-push
run: make build-alpine
env:
DOCKER_BUILDKIT: 1
ACTION: push
PLATFORM: "${{ matrix.platform }}"
IMAGE_TAG: "docker.io/hickorydns/hickory-dns:${{ matrix.platform-tag }}-latest"

Expand Down

0 comments on commit 6275c2f

Please sign in to comment.