Releases: matootie/github-docker
Version 3.1.0
Notes
This update is a non-breaking change. In fact, it brings nothing new to those of you using GitHub Package Registry for your containers. You are only required to update if you would like to use the new GitHub Container Registry instead.
Additions
- Adds support for GitHub Container Registry.
- New optional input
containerRegistry
, which can betrue
orfalse
, controls whether or not to use GitHub Container Registry instead of GitHub Package Registry.
Meta changes
- New documentation shows examples for both GitHub Package Registry and GitHub Container Registry usage.
- New table of contents for quick navigation through documentation.
Version 3.0.0
contextName
can now be specified for GitHub Docker to find Dockerfiles with custom names.- Removed
username
input. - Renamed
repositoryName
to justrepository
. - Replaced
imageTag
withtag
. Multiple tags can be specified via newline. - Tag now defaults to
latest
, as appose to commit SHA. - Removed
imageTagPrefix
andimageTagSuffix
inputs.
Version 2.2.3
Small fix regarding documentation on the buildArg
input. By default it is shown as buildArgs
, which is wrong. This release fixes that.
It's not necessary to update to this release. The build arguments feature still works in v2.2.2 as long as you provide it as buildArg
.
See #16.
Version 2.2.2
Fixed issue with buildArg
input.
Version 2.2.1
Fixes an issue with context input.
Version 2.2.0
Provides a cleaner solution to dealing with merge refs, as well as the ability to add an image tag prefix and/or image tag suffix.
Version 2.1.0
You can now specify any additional build arguments using the optional buildArguments
input.
Version 2.0.0
GitHub Docker now requires even less input!
- The image is built and pushed on behalf of the "GitHub Actor", or, the person who triggered the action, by default.
personalAccessToken
input has been changed toaccessToken
to encourage the use of the provided secret:GITHUB_TOKEN
.- A security concern was addressed by deleting the Docker config after completion.
Version 1.0.1
Update README to reflect newcoming version README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Initial Release
Include license file LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)