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 @@ -133,7 +133,7 @@ jobs:
133133 type=ref,event=branch
134134 type=ref,event=pr
135135 - name : Build and push main
136- uses : docker/build-push-action@v4
136+ uses : docker/build-push-action@v5
137137 with :
138138 context : .
139139 file : docker/Dockerfile
@@ -153,7 +153,7 @@ jobs:
153153 type=ref,event=branch
154154 type=ref,event=pr
155155 - name : Build and push dev
156- uses : docker/build-push-action@v4
156+ uses : docker/build-push-action@v5
157157 with :
158158 context : .
159159 file : docker/Dockerfile
Original file line number Diff line number Diff line change 5757 tags : |
5858 type=pep440,pattern={{version}}
5959 - name : Build and push main
60- uses : docker/build-push-action@v4
60+ uses : docker/build-push-action@v5
6161 with :
6262 context : .
6363 file : docker/Dockerfile
7676 tags : |
7777 type=pep440,pattern={{version}}
7878 - name : Build and push dev
79- uses : docker/build-push-action@v4
79+ uses : docker/build-push-action@v5
8080 with :
8181 context : .
8282 file : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments