ci: update docker/github-builder to v1#51964
Conversation
Signed-off-by: CrazyMax <[email protected]>
| build: | ||
| if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'ci/validate-only') }} | ||
| uses: docker/github-builder-experimental/.github/workflows/bake.yml@7643588149117bf0ca3a906caa3968c70484027a | ||
| uses: docker/github-builder/.github/workflows/bake.yml@v1 |
There was a problem hiding this comment.
v1 is a tag? or does github actions resolve it to v1.x.x tags?
There was a problem hiding this comment.
Oh it's an actual tag; so how does that work if there's a v1.0.1, would the v1 then be re-tagged?
There was a problem hiding this comment.
Yes would be re-tagged similar to how GitHub Actions are released in the ecosystem.
There was a problem hiding this comment.
or does github actions resolve it to v1.x.x tags?
GitHub had a feature like this but it got delayed/abandoned https://github.com/actions/publish-immutable-action
There was a problem hiding this comment.
Hm, right; yeah, because re-tagging seems to ugly. Github resolving to latest tag seems much saner
There was a problem hiding this comment.
Also maybe we could consider immutable releases https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases and drop v1 tag, I will check with @tonistiigi
There was a problem hiding this comment.
I'm not sure if we should fully drop v1 but I think we should recommend immutable releases or digests.
|
hm these are not related, right, or are they? |
Doesn't seem to relate no. Main error is https://github.com/moby/moby/actions/runs/21497069016/job/61934665352?pr=51964#step:7:529 |
GitHub Builder is now tagged.
We would need backport to branches using old
github-builder-experimentalrepo because redirects don't look supported for reusable workflows 😞