Skip to content

Commit 4e04f06

Browse files
committed
fix docker push
1 parent 57e0823 commit 4e04f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build node-agent docker image and push
5757
run: |
5858
make docker-build TAG=${{ github.event.inputs.tag }} ORG=${{ env.REGISTRY_HOST }}/${{ secrets.REGISTRY_USERNAME }}
59-
docker push ${{ env.NODE_AGENT_CONTAINER_NAME }}
59+
docker push ${{ env.NODE_AGENT_IMAGE_FULL_TAG }}
6060
6161
- name: push tag
6262
uses: anothrNick/github-tag-action@v1

0 commit comments

Comments
 (0)