File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments