We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fcd04 commit b2ec7f7Copy full SHA for b2ec7f7
.github/workflows/publish.yml
@@ -115,6 +115,8 @@ jobs:
115
registry: docker.io
116
username: ${{ secrets.DOCKER_HUB_USER }}
117
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
118
+ - name: Pull the image
119
+ run: docker pull docker.io/hickorydns/hickory-dns:latest
120
- name: Get the version
121
run: echo "buildVersion=$(docker image inspect docker.io/hickorydns/hickory-dns:latest -f '{{ (index .Config.Labels "org.opencontainers.image.version")}}')" >> "$GITHUB_ENV"
122
- name: Create the manifest for the version ${{ env.buildVersion }}
0 commit comments