Skip to content

Releases: nrkno/github-workflow-docker-build-push

v4.1.0

17 Jul 07:32
a1422aa
Compare
Choose a tag to compare

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

13 Sep 09:46
Compare
Choose a tag to compare

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

04 Jul 08:44
Compare
Choose a tag to compare

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

28 Jun 08:59
Compare
Choose a tag to compare

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

19 Jun 12:06
Compare
Choose a tag to compare

3.6.1 (2023-06-19)

  • prevent registry operations when not logged in (00d412a)

v3.6.0

15 Jun 12:27
Compare
Choose a tag to compare

3.6.0 (2023-06-15)

  • add input tag-extra (f83098b)
    Option to add a comma-separated list of additional tags.

v3.5.0

15 Jun 09:56
Compare
Choose a tag to compare

3.5.0 (2023-06-15)

v3.4.0

15 Jun 09:12
Compare
Choose a tag to compare

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

15 Jun 06:16
Compare
Choose a tag to compare

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)

v3.2.0

09 Jun 07:09
Compare
Choose a tag to compare

3.2.0 (2023-06-09)

  • add output image-ref that includes the registry URL (9ed4a79)

  • add output image-tags that includes the registry URL (8f42d09)
    Also write the registry URL to the list of tags in the step summary.

  • actually output the unique debug id (652e30c)

  • print and output image digest as intended (579c9f4)

  • strip registry URL from stripped output var as intended (5912839)

  • use correct job name in root output definition (75f874e)