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 5656 cp target/x86_64-unknown-linux-musl/release/controller .
5757
5858 - name : Docker buildx and push with base features
59- uses : docker/build-push-action@v4
59+ uses : docker/build-push-action@v6
6060 with :
6161 context : .
6262 cache-from : type=gha,scope=base
6767 platforms : linux/amd64
6868
6969 - name : Persist base image build to a tarball
70- uses : docker/build-push-action@v4
70+ uses : docker/build-push-action@v6
7171 with :
7272 context : .
7373 platforms : linux/amd64
@@ -128,7 +128,7 @@ jobs:
128128 password : ${{ secrets.DOCKERHUB_TOKEN }}
129129
130130 - name : Docker buildx and push with telemetry
131- uses : docker/build-push-action@v4
131+ uses : docker/build-push-action@v6
132132 with :
133133 context : .
134134 cache-from : type=gha,scope=otel
You can’t perform that action at this time.
0 commit comments