Skip to content

Commit 422c53b

Browse files
Bump the actions-deps group across 1 directory with 4 updates (#550)
Bumps the actions-deps group with 4 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `docker/metadata-action` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@030e881...80c7e94) Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca81929 commit 422c53b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
141141
- name: Log in to the Container registry
142142
# This pinned action came from docker/login-action@v3, releases can be found on https://github.com/docker/login-action/releases
143-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
143+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
144144
with:
145145
registry: ${{ env.REGISTRY }}
146146
username: ${{ github.actor }}
@@ -149,7 +149,7 @@ jobs:
149149
- name: Extract metadata (tags, labels) for Docker
150150
id: meta
151151
# This pinned action came from docker/metadata-action@v5, releases can be found on https://github.com/docker/metadata-action/releases
152-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
152+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
153153
with:
154154
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
155155
# Set up Qemu for multi-arch build
@@ -159,14 +159,14 @@ jobs:
159159
# Set up buildx for multi-arch build
160160
- name: Set up Docker Buildx
161161
# This pinned action came from docker/setup-buildx-action@v3, releases can be found on https://github.com/docker/setup-buildx-action/releases
162-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
162+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
163163
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
164164
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
165165
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
166166
- name: Build and push Docker image
167167
id: push
168168
# This pinned action came from docker/build-push-action@v6, releases can be found on https://github.com/docker/build-push-action/releases
169-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
169+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
170170
with:
171171
context: .
172172
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)