We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e0823 commit 4e04f06Copy full SHA for 4e04f06
.github/workflows/release-image.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build node-agent docker image and push
57
run: |
58
make docker-build TAG=${{ github.event.inputs.tag }} ORG=${{ env.REGISTRY_HOST }}/${{ secrets.REGISTRY_USERNAME }}
59
- docker push ${{ env.NODE_AGENT_CONTAINER_NAME }}
+ docker push ${{ env.NODE_AGENT_IMAGE_FULL_TAG }}
60
61
- name: push tag
62
uses: anothrNick/github-tag-action@v1
0 commit comments