-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New govpp tagging. #28
Conversation
0617239
to
51e4673
Compare
I'm not sure that we need to use a separate Release workflow file. Because govpp is not a typical cmd-* repository. It has a special way of building.
I would suggest modifying |
51e4673
to
7976100
Compare
7976100
to
426db7f
Compare
Signed-off-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
426db7f
to
46286c8
Compare
I still think we need changes in
=> go get -u github.com/${{ github.repository }}@${{ inputs.docker_tag }}
or cosmetic
=> ...from ${{ github.repository }}@${{ inputs.docker_tag }} What do you think? |
Signed-off-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
Signed-off-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
61f18e4
to
0073f10
Compare
@glazychev-art I think the behaviour won't change essentially, but it might be more informative. Fixed. |
#18