Skip to content

Commit

Permalink
Fix deploy ENV
Browse files Browse the repository at this point in the history
Broken in: 5b64a79
  • Loading branch information
williamdes committed Oct 15, 2023
1 parent e611834 commit 205f174
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ on:
types: [published]

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
publish-docker-image:
environment:
name: "docker-hub"
url: https://hub.docker.com/r/hickorydns/hickory-dns
name: Build and test image and publish the image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 205f174

Please sign in to comment.