Skip to content

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

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)

v3.1.0

06 Jun 12:39
Compare
Choose a tag to compare

3.1.0 (2023-06-06)

  • add inputs to enable/disable more docker tags (77ccc66)

v3.0.0

05 Jun 13:44
Compare
Choose a tag to compare

3.0.0 (2023-06-05)

  • move registry-url to input (5fb083a)
    registry-url is not secret. move to input

secret registry-url is deprecated. use input registry-url instead

v2.0.1

02 Jun 12:27
Compare
Choose a tag to compare

2.0.1 (2023-06-02)

  • skip push tags step if image tags have not been generated (e44eadc)
    Because environment variables defined for the step are evaluated before
    the conditionals for the step, push tags would fail when it should be
    skipped. Moving the variables into the script solves this.

v2.0.0

01 Jun 08:32
Compare
Choose a tag to compare

2.0.0 (2023-06-01)

  • workaround for array support (1a9ef0b)
    This is a workaround to be able to pass in several runner labels as a
    string. The runs_on input must be defined as an array, example:
    runs_on: "['self-hosted', 'linux']"

v1.1.0

24 Jan 15:37
Compare
Choose a tag to compare

1.1.0 (2023-01-24)

Features

  • login to registry before building if creds are set (49a7673)

v1.0.4

10 Jan 10:13
Compare
Choose a tag to compare

1.0.4 (2023-01-10)

Bug Fixes

  • correctly set image digest for image-ref-stripped output (6c837b2)

v1.0.3

09 Nov 08:51
Compare
Choose a tag to compare

1.0.3 (2022-11-09)

Bug Fixes

  • invalid image reference in tag script (55fa3ac)

v1.0.2

02 Nov 11:04
0377e8c
Compare
Choose a tag to compare

1.0.2 (2022-11-02)

Bug Fixes

v1.0.1

17 Oct 10:42
099aec8
Compare
Choose a tag to compare

1.0.1 (2022-10-17)

Bug Fixes

  • do not use deprecated GitHub Actions set-output syntax (#3) (099aec8)