Skip to content

Commit 21e0f21

Browse files
Bump docker/setup-buildx-action from 2 to 3 (#88)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42ca7fd commit 21e0f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# Build and push with docker buildx
1818
- name: Setup docker buildx
19-
uses: docker/setup-buildx-action@v2
19+
uses: docker/setup-buildx-action@v3
2020

2121
- name: Configure tags based on git tags + latest
2222
uses: docker/metadata-action@v5
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Build and push with docker buildx
9090
- name: Setup docker buildx
91-
uses: docker/setup-buildx-action@v2
91+
uses: docker/setup-buildx-action@v3
9292

9393
- name: Configure tags based on git tags for otel
9494
uses: docker/metadata-action@v5
@@ -150,7 +150,7 @@ jobs:
150150
k3d-args: "--no-lb --no-rollback --k3s-arg --disable=traefik,servicelb,metrics-server@server:*"
151151
- run: kubectl apply -f yaml/crd.yaml
152152
- name: Set up Docker Buildx
153-
uses: docker/setup-buildx-action@v2
153+
uses: docker/setup-buildx-action@v3
154154
- name: Download docker image artifact from docker job
155155
uses: actions/download-artifact@v3
156156
with:

0 commit comments

Comments
 (0)