Skip to content

Commit d1e80ff

Browse files
chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.11.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@f95db51...e468171) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f44792 commit d1e80ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# multi-platform images and export cache
6262
# https://github.com/docker/setup-buildx-action
6363
- name: Set up Docker Buildx
64-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
64+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6565

6666
# Login to Docker registry
6767
# https://github.com/docker/login-action
@@ -122,7 +122,7 @@ jobs:
122122
# multi-platform images and export cache
123123
# https://github.com/docker/setup-buildx-action
124124
- name: Set up Docker Buildx
125-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
125+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
126126

127127
# Extract metadata (tags, labels) for Docker
128128
# If the pull request is not merged, do not include the edge tag and only include the sha tag.

0 commit comments

Comments
 (0)