Skip to content

Commit 091b325

Browse files
authored
Merge branch 'main' into andrew/pfm_v4.0.3
2 parents 5db8674 + de11ce0 commit 091b325

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/price-feeder-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/push-docker-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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: .

0 commit comments

Comments
 (0)