Skip to content

Commit b6987b1

Browse files
committed
Upgrade docker/build-push-action to v4
1 parent 851050e commit b6987b1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and push 'toolchain' container
4444
env:
4545
TAG_PREFIX: "${{ env.IMAGE_NAME }}:toolchain"
46-
uses: docker/build-push-action@v3
46+
uses: docker/build-push-action@v4
4747
with:
4848
context: compiler/base/
4949
file: compiler/base/Dockerfile
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build and push 'bare-sources' container
6060
env:
6161
TAG_PREFIX: "${{ env.IMAGE_NAME }}:bare-sources"
62-
uses: docker/build-push-action@v3
62+
uses: docker/build-push-action@v4
6363
with:
6464
context: compiler/base/
6565
file: compiler/base/Dockerfile
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build and push 'munge' container
7676
env:
7777
TAG_PREFIX: "${{ env.IMAGE_NAME }}:munge"
78-
uses: docker/build-push-action@v3
78+
uses: docker/build-push-action@v4
7979
with:
8080
context: compiler/base/
8181
file: compiler/base/Dockerfile
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build and push 'sources' container
9292
env:
9393
TAG_PREFIX: "${{ env.IMAGE_NAME }}:sources"
94-
uses: docker/build-push-action@v3
94+
uses: docker/build-push-action@v4
9595
with:
9696
context: compiler/base/
9797
file: compiler/base/Dockerfile
@@ -105,7 +105,7 @@ jobs:
105105
${{ env.TAG_PREFIX }}--latest
106106
cache-to: type=inline
107107
- name: Build and push container
108-
uses: docker/build-push-action@v3
108+
uses: docker/build-push-action@v4
109109
with:
110110
context: compiler/base/
111111
file: compiler/base/Dockerfile
@@ -146,7 +146,7 @@ jobs:
146146
username: "${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
147147
password: "${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
148148
- name: Build and push container
149-
uses: docker/build-push-action@v3
149+
uses: docker/build-push-action@v4
150150
with:
151151
context: compiler/${{ matrix.tool }}/
152152
file: compiler/${{ matrix.tool }}/Dockerfile

.github/workflows/cron.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build and push 'toolchain' container
4545
env:
4646
TAG_PREFIX: "${{ env.IMAGE_NAME }}:toolchain"
47-
uses: docker/build-push-action@v3
47+
uses: docker/build-push-action@v4
4848
with:
4949
context: compiler/base/
5050
file: compiler/base/Dockerfile
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build and push 'bare-sources' container
6161
env:
6262
TAG_PREFIX: "${{ env.IMAGE_NAME }}:bare-sources"
63-
uses: docker/build-push-action@v3
63+
uses: docker/build-push-action@v4
6464
with:
6565
context: compiler/base/
6666
file: compiler/base/Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build and push 'munge' container
7777
env:
7878
TAG_PREFIX: "${{ env.IMAGE_NAME }}:munge"
79-
uses: docker/build-push-action@v3
79+
uses: docker/build-push-action@v4
8080
with:
8181
context: compiler/base/
8282
file: compiler/base/Dockerfile
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build and push 'sources' container
9393
env:
9494
TAG_PREFIX: "${{ env.IMAGE_NAME }}:sources"
95-
uses: docker/build-push-action@v3
95+
uses: docker/build-push-action@v4
9696
with:
9797
context: compiler/base/
9898
file: compiler/base/Dockerfile
@@ -106,7 +106,7 @@ jobs:
106106
${{ env.TAG_PREFIX }}--latest
107107
cache-to: type=inline
108108
- name: Build and push container
109-
uses: docker/build-push-action@v3
109+
uses: docker/build-push-action@v4
110110
with:
111111
context: compiler/base/
112112
file: compiler/base/Dockerfile
@@ -161,7 +161,7 @@ jobs:
161161
username: "${{ env.DOCKER_HUB_USERNAME }}"
162162
password: "${{ secrets.DOCKER_HUB_TOKEN }}"
163163
- name: Build and push container
164-
uses: docker/build-push-action@v3
164+
uses: docker/build-push-action@v4
165165
with:
166166
context: compiler/${{ matrix.tool }}/
167167
file: compiler/${{ matrix.tool }}/Dockerfile

ci/workflows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ components:
5454
name: "Build and push 'toolchain' container"
5555
env:
5656
TAG_PREFIX: ${{ env.IMAGE_NAME }}:toolchain
57-
uses: docker/build-push-action@v3
57+
uses: docker/build-push-action@v4
5858
with:
5959
context: compiler/base/
6060
file: compiler/base/Dockerfile
@@ -74,7 +74,7 @@ components:
7474
name: "Build and push 'bare-sources' container"
7575
env:
7676
TAG_PREFIX: ${{ env.IMAGE_NAME }}:bare-sources
77-
uses: docker/build-push-action@v3
77+
uses: docker/build-push-action@v4
7878
with:
7979
context: compiler/base/
8080
file: compiler/base/Dockerfile
@@ -94,7 +94,7 @@ components:
9494
name: "Build and push 'munge' container"
9595
env:
9696
TAG_PREFIX: ${{ env.IMAGE_NAME }}:munge
97-
uses: docker/build-push-action@v3
97+
uses: docker/build-push-action@v4
9898
with:
9999
context: compiler/base/
100100
file: compiler/base/Dockerfile
@@ -114,7 +114,7 @@ components:
114114
name: "Build and push 'sources' container"
115115
env:
116116
TAG_PREFIX: ${{ env.IMAGE_NAME }}:sources
117-
uses: docker/build-push-action@v3
117+
uses: docker/build-push-action@v4
118118
with:
119119
context: compiler/base/
120120
file: compiler/base/Dockerfile
@@ -132,7 +132,7 @@ components:
132132

133133
- build_compiler_containers_final: &build_compiler_containers_final
134134
name: "Build and push container"
135-
uses: docker/build-push-action@v3
135+
uses: docker/build-push-action@v4
136136
with:
137137
context: compiler/base/
138138
file: compiler/base/Dockerfile
@@ -161,7 +161,7 @@ components:
161161

162162
- build_tool_containers_final: &build_tool_containers_final
163163
name: "Build and push container"
164-
uses: docker/build-push-action@v3
164+
uses: docker/build-push-action@v4
165165
with:
166166
context: compiler/${{ matrix.tool }}/
167167
file: compiler/${{ matrix.tool }}/Dockerfile

0 commit comments

Comments
 (0)