File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@v2
2121 - name : Build without push
22- uses : docker/build-push-action@v3
22+ uses : docker/build-push-action@v4
2323 with :
2424 context : .
2525 platforms : linux/amd64
Original file line number Diff line number Diff line change 3535 password : ${{ secrets.GITHUB_TOKEN }}
3636
3737 - name : Build and push
38- uses : docker/build-push-action@v3
38+ uses : docker/build-push-action@v4
3939 with :
4040 context : .
4141 file : price-feeder/price-feeder.Dockerfile
Original file line number Diff line number Diff line change 6464 -
6565 name : Build and push
6666 id : build_push_image
67- uses : docker/build-push-action@v3
67+ uses : docker/build-push-action@v4
6868 with :
6969 file : Dockerfile
7070 context : .
@@ -107,7 +107,7 @@ jobs:
107107 -
108108 name : Build and push
109109 id : build_push_e2e_image
110- uses : docker/build-push-action@v3
110+ uses : docker/build-push-action@v4
111111 with :
112112 file : tests/e2e/initialization/Dockerfile
113113 context : .
@@ -151,7 +151,7 @@ jobs:
151151 -
152152 name : Build and push
153153 id : build_push_e2e_init_image
154- uses : docker/build-push-action@v3
154+ uses : docker/build-push-action@v4
155155 with :
156156 file : tests/e2e/initialization/init.Dockerfile
157157 context : .
You can’t perform that action at this time.
0 commit comments