Releases: nrkno/github-workflow-docker-build-push
Releases · nrkno/github-workflow-docker-build-push
v4.1.1
4.1.1 (2024-11-26)
- use aws mirror for trivy db (fbe1634)
Hitting a lot of rate limits all around right now.
v4.1.0
4.1.0 (2024-07-17)
- move registry-url to input (a892ff8)
registry-url is not secret. move to input
secret registry-url is deprecated. use input registry-url instead
v4.0.1
4.0.1 (2023-09-13)
- Revert "chore(deps): bump docker/login-action from 2.2.0 to 3.0.0" (5ef3413)
This reverts commit f7f8339.
v4.0.0
4.0.0 (2023-07-04)
- add input cache and cache-tag (53b8112)
Allows for using the registry as a cache using cache-tag as the image
tag for layer caching.
Cache is enabled by default.
- remove superflous docker login step (0f27052)
v3.7.0
3.7.0 (2023-06-28)
- add input git-ref (c9f1be0)
Allow customising what git ref to checkout. Defaults to the current
branch/ref.
v3.6.1
3.6.1 (2023-06-19)
- prevent registry operations when not logged in (00d412a)
v3.6.0
3.6.0 (2023-06-15)
- add input tag-extra (f83098b)
Option to add a comma-separated list of additional tags.
v3.4.0
3.4.0 (2023-06-15)
- add input git-submodules (1fbce48)
Toggle checkout of Git submodules.
- add secret input git-ssh-key (14b34c1)
Configure the SSH key used by Git when checking out the code repository.
v3.3.0
3.3.0 (2023-06-15)
-
output the entire scan result to the github summary (940503d)
-
output the entire scan result to the github summary (10b18a4)
-
output the entire scan result to the github summary (882dddf)