File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 latest=false
3232 suffix=-amd64
3333 - name : build
34- uses : docker/build-push-action@v3
34+ uses : docker/build-push-action@v5
3535 with :
3636 context : .
3737 push : false
6868 latest=false
6969 suffix=-arm64v8
7070 - name : build
71- uses : docker/build-push-action@v3
71+ uses : docker/build-push-action@v5
7272 with :
7373 context : .
7474 push : false
Original file line number Diff line number Diff line change 5757 # semver
5858 type=semver,pattern={{version}}
5959 - name : push
60- uses : docker/build-push-action@v3
60+ uses : docker/build-push-action@v5
6161 with :
6262 context : .
6363 push : true
@@ -124,7 +124,7 @@ jobs:
124124 # semver
125125 type=semver,pattern={{version}}
126126 - name : push
127- uses : docker/build-push-action@v3
127+ uses : docker/build-push-action@v5
128128 with :
129129 context : .
130130 push : true
You can’t perform that action at this time.
0 commit comments