File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3838 run : echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
3939
4040 - name : Build and push Docker image (gcloud)
41- uses : docker/build-push-action@v5
41+ uses : docker/build-push-action@v6
4242 with :
4343 context : .
4444 push : true
4747 labels : ${{ steps.meta.outputs.labels }}
4848
4949 - name : Build and push Docker image (full)
50- uses : docker/build-push-action@v5
50+ uses : docker/build-push-action@v6
5151 with :
5252 context : .
5353 push : true
5656 labels : ${{ steps.meta.outputs.labels }}
5757
5858 - name : Build and push Docker image (minimal)
59- uses : docker/build-push-action@v5
59+ uses : docker/build-push-action@v6
6060 with :
6161 context : .
6262 push : true
7171 uses : docker/setup-buildx-action@v3
7272
7373 - name : Build and push Docker image (arm64)
74- uses : docker/build-push-action@v5
74+ uses : docker/build-push-action@v6
7575 with :
7676 context : .
7777 push : true
Original file line number Diff line number Diff line change 3939 run : echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
4040
4141 - name : Build and push Docker image (gcloud)
42- uses : docker/build-push-action@v5
42+ uses : docker/build-push-action@v6
4343 with :
4444 context : .
4545 push : true
4848 labels : ${{ steps.meta.outputs.labels }}
4949
5050 - name : Build and push Docker image (full)
51- uses : docker/build-push-action@v5
51+ uses : docker/build-push-action@v6
5252 with :
5353 context : .
5454 push : true
5757 labels : ${{ steps.meta.outputs.labels }}
5858
5959 - name : Build and push Docker image (minimal)
60- uses : docker/build-push-action@v5
60+ uses : docker/build-push-action@v6
6161 with :
6262 context : .
6363 push : true
7272 uses : docker/setup-buildx-action@v3
7373
7474 - name : Build and push Docker image (arm64)
75- uses : docker/build-push-action@v5
75+ uses : docker/build-push-action@v6
7676 with :
7777 context : .
7878 push : true
You can’t perform that action at this time.
0 commit comments