File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Docker metadata
4242 id : docker-md
43- uses : docker/metadata-action@v3
43+ uses : docker/metadata-action@v5
4444 with :
4545 images : livekit/sip
4646 # generate Docker tags based on the following events/attributes
@@ -49,18 +49,18 @@ jobs:
4949 type=semver,pattern=v{{major}}.{{minor}}
5050
5151 - name : Set up Go
52- uses : actions/setup-go@v4
52+ uses : actions/setup-go@v5
5353 with :
5454 go-version : " 1.22"
5555
5656 - name : Download Go modules
5757 run : go mod download
5858
5959 - name : Set up QEMU
60- uses : docker/setup-qemu-action@v2
60+ uses : docker/setup-qemu-action@v3
6161
6262 - name : Set up Docker Buildx
63- uses : docker/setup-buildx-action@v1
63+ uses : docker/setup-buildx-action@v3
6464
6565 - name : Login to DockerHub
6666 uses : docker/login-action@v3
6969 password : ${{ secrets.DOCKERHUB_TOKEN }}
7070
7171 - name : Build and push
72- uses : docker/build-push-action@v2
72+ uses : docker/build-push-action@v6
7373 with :
7474 context : .
7575 file : ./build/sip/Dockerfile
Original file line number Diff line number Diff line change 7171 if-no-files-found : error
7272
7373 - name : Upload coverage to Codecov
74- uses : codecov/codecov-action@v3
74+ uses : codecov/codecov-action@v5
7575 with :
7676 files : ./coverage.out,./coverage2.out
You can’t perform that action at this time.
0 commit comments