Releases: depot/build-push-action
Releases · depot/build-push-action
v1.1.1
What's Changed
- Log error if unable to acquire OIDC token (#2) @jacobwgillespie
v1.1.0
This release adds support for GitHub Actions OIDC tokens as a means of authenticating with your Depot project. Regular DEPOT_TOKEN
authentication is still supported, but now by configuring a trust relationship in your project's settings, you are able to skip providing a static API token if desired.
What's Changed
- Integrate with GitHub OIDC tokens for authentication (#1) @jacobwgillespie
v1.0.0
What's Changed
Initial release! This action implements the same inputs and outputs as docker/build-push-action
(currently v3.0.0 at time of release).