-
Notifications
You must be signed in to change notification settings - Fork 36
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
ci: update github actions to latest stable #141
Conversation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Why draft? |
Provenance is now generated by default with bake action v4: https://github.com/tonistiigi/xx/actions/runs/7473571579/job/20337993559#step:6:15 Needs to handle this correctly first (align filename or just disable it). |
ae5fe7e
to
2bea628
Compare
This comment was marked as outdated.
This comment was marked as outdated.
cd "$pdir" | ||
binname=$(find . -name '*.tar.gz') | ||
filename=$(basename "${binname%.tar.gz}") | ||
mv "provenance.json" "${filename}.provenance.json" |
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.
Can't we set the provenance filename with build request instead of renaming later?
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.
It works with 5433bff but filenames are not aligned so needs to rename them anyway 😣: https://github.com/tonistiigi/xx/actions/runs/7783168263/job/21221059915?pr=141#step:7:7
I revert this change, I think my initial attempt looks better: #141 (comment)
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
5433bff
to
f5dc0bd
Compare
Also adds dependabot to keep gha up to date