Skip to content

Commit 7ec8a75

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [docker/build-push-action](https://github.com/docker/build-push-action). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: [docker/metadata-action](https://github.com/docker/metadata-action). Updates `docker/build-push-action` from 6.19.2 to 7.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...d08e5c3) Updates `docker/metadata-action` from 5.10.0 to 6.0.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@c299e40...030e881) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/metadata-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e80c835 commit 7ec8a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ runs:
281281
# jscpd:ignore-end
282282

283283
- id: build
284-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
284+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
285285
with:
286286
context: ${{ inputs.context }}
287287
build-args: ${{ inputs.build-args }}

actions/docker/get-image-metadata/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
core.setFailed(`No tags found for the current event: ${context.eventName}`);
114114
115115
- id: docker-metadata
116-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
116+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
117117
with:
118118
images: ${{ steps.image-name.outputs.image-name-with-registry }}
119119
tags: ${{ steps.define-metadata-inputs.outputs.tags }}

0 commit comments

Comments
 (0)