github-actions
github-actions copied to clipboard
End-user GitHub Actions related to Cloud Native Buildpacks
It would be convenient for users of your GitHub Actions to have a "moving" `vMajor` tag. That allows them--for example--to always use the latest v5.x.x by specifying `uses: buildpacks/github-actions/setup-pack@v5`. Note...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.1 to 0.20.2. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.20.2 What's Changed deps: bump docker dep by @imjasonh in google/go-containerregistry#1991 Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2 Commits c195f15 deps: bump...
Updates the `setup-pack` action's default `pack-version` to the latest Pack release. Release notes: https://github.com/buildpacks/pack/releases/tag/v0.35.1
Bumps Go modules used by the project. See the commit for details on what modules were updated. Release Notes
## Expected When using `setup-pack` on a mac-os runner, I expect that it will either install the mac OS version of `pack` or fail. ## Actual ``` Run buildpacks/github-actions/[email protected] Run...
Bumps Go from 1.22 to 1.23 and update Go modules used by the project. See the commit for details on what modules were updated. Release Notes
Bumps pipeline from `1.41.2` to `1.42.0`. Release Notes ⛏ Dependency Upgrades Pipeline updates: Go 1.24 (#1760) @dmikusa Add links to buildpacks releases (#1721) @anthonydahanne 🚧 Tasks Bump Go Modules (#1761)...
Since the current examples use `v5.0.0` which is old and leads to eg: https://github.com/buildpacks/github-actions/issues/376 Ideally we'd have a `v5` branch/tag alias per #271, but in lieu of that I think...