-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Publish image base on git repo name instead of hard coded to AWX #15828
Publish image base on git repo name instead of hard coded to AWX #15828
Conversation
I need this documented as to why the change is happening https://github.com/ansible/tower/pkgs/container/awx_devel this awx_devel seems to be fine. It pushes 4.6 images. However it still shows the awx repo, confusingly. https://github.com/ansible/tower/pkgs/container/awx This just kind of doesn't work at all. It doesn't get the 4.6 image pushed up, matching with error messages you saw in the actions output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs updates in more places
run: docker pull -q ghcr.io/${OWNER_LC}/awx_devel:${{ github.base_ref || github.ref_name }} |
|
Follow up for ansible#15828
SUMMARY
Publish image base on git repo name instead of hard coded to AWX
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION