Skip to content

Commit 8401524

Browse files
chore(deps): bump int128/docker-manifest-create-action from 2.16.0 to 2.17.0 (#3730)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 961afc1 commit 8401524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/__build-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
# When building with `inputs.tag` set, `steps.meta.outputs.tags` contains multiple entries, so it cannot be used
380380
# directly in sources. Instead, the sources are constructed using the `inputs.registry`, `inputs.image-name` and
381381
# `needs.semver.outputs.fullversion`.
382-
- uses: int128/docker-manifest-create-action@8aac06098a12365ccdf99372dcfb453ccce8a0b0 # v2.16.0
382+
- uses: int128/docker-manifest-create-action@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0
383383
if: ${{ inputs.tag != '' }}
384384
with:
385385
tags: ${{ steps.meta.outputs.tags }}
@@ -390,7 +390,7 @@ jobs:
390390
# When building on schedule, `steps.meta.outputs.tags` contains multiple entries, so it cannot be used
391391
# directly in sources. Instead, the sources are constructed using the `inputs.registry`, `inputs.image-name` and
392392
# the current date.
393-
- uses: int128/docker-manifest-create-action@8aac06098a12365ccdf99372dcfb453ccce8a0b0 # v2.16.0
393+
- uses: int128/docker-manifest-create-action@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0
394394
if: ${{ inputs.tag == '' && github.event_name == 'schedule' }}
395395
with:
396396
tags: ${{ steps.meta.outputs.tags }}
@@ -400,7 +400,7 @@ jobs:
400400
401401
# When building on push (e.g. on main), `steps.meta.outputs.tags` contains only a single entry, so it can be used
402402
# directly in sources.
403-
- uses: int128/docker-manifest-create-action@8aac06098a12365ccdf99372dcfb453ccce8a0b0 # v2.16.0
403+
- uses: int128/docker-manifest-create-action@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0
404404
if: ${{ inputs.tag == '' && github.event_name == 'push' }}
405405
with:
406406
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)