Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Releases: matootie/github-docker

Version 3.1.0

11 Sep 17:51
c1290d4
Compare
Choose a tag to compare

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 be true or false, 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

14 Jun 22:09
cab5597
Compare
Choose a tag to compare
  • contextName can now be specified for GitHub Docker to find Dockerfiles with custom names.
  • Removed username input.
  • Renamed repositoryName to just repository.
  • Replaced imageTag with tag. Multiple tags can be specified via newline.
  • Tag now defaults to latest, as appose to commit SHA.
  • Removed imageTagPrefix and imageTagSuffix inputs.

Version 2.2.3

08 Apr 16:46
3388e8a
Compare
Choose a tag to compare

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

19 Feb 02:06
37b6272
Compare
Choose a tag to compare

Fixed issue with buildArg input.

Version 2.2.1

23 Jan 21:40
a12ec4b
Compare
Choose a tag to compare

Fixes an issue with context input.

Version 2.2.0

23 Jan 17:41
8ecfd6c
Compare
Choose a tag to compare

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

21 Jan 17:42
429a7f3
Compare
Choose a tag to compare

You can now specify any additional build arguments using the optional buildArguments input.

Version 2.0.0

29 Dec 00:10
781d3c4
Compare
Choose a tag to compare

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 to accessToken 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

19 Nov 19:48
Compare
Choose a tag to compare
Update README to reflect newcoming version

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Initial Release

13 Nov 23:45
Compare
Choose a tag to compare
Include license file

LICENSE | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)