Skip to content

Commit f0e560c

Browse files
Bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 3.3.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.3.0...v3.10.0) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.2.0...v3.3.0) Updates `docker/metadata-action` from 5.5.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.5.1...v5.7.0) Updates `docker/build-push-action` from 6.2.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.2.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd5fe2b commit f0e560c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-to-container-registry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
# multi-platform images and export cache
2727
# https://github.com/docker/setup-buildx-action
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v3.3.0
29+
uses: docker/setup-buildx-action@v3.10.0
3030

3131
# Login against a Docker registry except on PR
3232
# https://github.com/docker/login-action
3333
- name: Log into registry ${{ env.REGISTRY }}
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v3.2.0
35+
uses: docker/login-action@v3.3.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}
@@ -42,15 +42,15 @@ jobs:
4242
# https://github.com/docker/metadata-action
4343
- name: Extract Docker metadata
4444
id: meta
45-
uses: docker/metadata-action@v5.5.1
45+
uses: docker/metadata-action@v5.7.0
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

4949
# Build and push Docker image with Buildx (don't push on PR)
5050
# https://github.com/docker/build-push-action
5151
- name: Build and push Docker image
5252
id: build-and-push
53-
uses: docker/build-push-action@v6.2.0
53+
uses: docker/build-push-action@v6.15.0
5454
with:
5555
context: .
5656
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)