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 40
40
41
41
- name : Docker metadata
42
42
id : docker-md
43
- uses : docker/metadata-action@v3
43
+ uses : docker/metadata-action@v5
44
44
with :
45
45
images : livekit/sip
46
46
# generate Docker tags based on the following events/attributes
@@ -49,18 +49,18 @@ jobs:
49
49
type=semver,pattern=v{{major}}.{{minor}}
50
50
51
51
- name : Set up Go
52
- uses : actions/setup-go@v4
52
+ uses : actions/setup-go@v5
53
53
with :
54
54
go-version : " 1.22"
55
55
56
56
- name : Download Go modules
57
57
run : go mod download
58
58
59
59
- name : Set up QEMU
60
- uses : docker/setup-qemu-action@v2
60
+ uses : docker/setup-qemu-action@v3
61
61
62
62
- name : Set up Docker Buildx
63
- uses : docker/setup-buildx-action@v1
63
+ uses : docker/setup-buildx-action@v3
64
64
65
65
- name : Login to DockerHub
66
66
uses : docker/login-action@v3
69
69
password : ${{ secrets.DOCKERHUB_TOKEN }}
70
70
71
71
- name : Build and push
72
- uses : docker/build-push-action@v2
72
+ uses : docker/build-push-action@v6
73
73
with :
74
74
context : .
75
75
file : ./build/sip/Dockerfile
Original file line number Diff line number Diff line change 71
71
if-no-files-found : error
72
72
73
73
- name : Upload coverage to Codecov
74
- uses : codecov/codecov-action@v3
74
+ uses : codecov/codecov-action@v5
75
75
with :
76
76
files : ./coverage.out,./coverage2.out
You can’t perform that action at this time.
0 commit comments