-
Notifications
You must be signed in to change notification settings - Fork 14
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
update inputs to build-push-to-dockerhub
action
#143
update inputs to build-push-to-dockerhub
action
#143
Conversation
looks like you are also tackling #80 @joeyorlando. you could update the description to make sure the caching inputs updates are not missed. |
@dsotirakis you mean like updating the PR's description to add the "closes <issue_number" indicator? |
yes and also
to include caches as well |
done! |
needs one change - otherwise the flow will be broken
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.
🚢 🇮🇹
grafana/oncall
:build-args
target
cache-to
cache-from
push
ing images to Dockerhub from all GitHub Actions event types exceptpull_request
(previously the logic here was to only allowpush
ing on a build triggered from apush
event)Closes #80