Skip to content

Commit 0c2c8f5

Browse files
authored
Merge pull request #111 from f5devcentral/dependabot/github_actions/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.7.0 to 7.0.0
2 parents 0005463 + 40cc575 commit 0c2c8f5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
type=raw,value=latest
6363
6464
- name: Build and push dapi image
65-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
65+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6666
with:
6767
context: .
6868
push: true
@@ -80,7 +80,7 @@ jobs:
8080
type=raw,value=latest
8181
8282
- name: Build and push WebUI image
83-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
83+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
8484
with:
8585
context: webui/.
8686
push: true
@@ -98,7 +98,7 @@ jobs:
9898
type=raw,value=latest
9999
100100
- name: Build and push DevPortal image
101-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
101+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
102102
with:
103103
context: contrib/devportal/redocly/.
104104
push: true

.github/workflows/build-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ jobs:
4545

4646
# Build dapi container (main Dockerfile)
4747
- name: Build dapi image
48-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
48+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4949
with:
5050
context: .
5151
push: false
5252

5353
# Build WebUI container
5454
- name: Build WebUI image
55-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
55+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
5656
with:
5757
context: webui/.
5858
push: false
5959

6060
# Build DevPortal container
6161
- name: Build DevPortal image
62-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
62+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6363
with:
6464
context: contrib/devportal/redocly/.
6565
push: false

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
type=sha
6666
6767
- name: Build and push dapi image
68-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
68+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6969
with:
7070
context: .
7171
push: true
@@ -85,7 +85,7 @@ jobs:
8585
type=sha
8686
8787
- name: Build and push WebUI image
88-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
88+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
8989
with:
9090
context: webui/.
9191
push: true
@@ -105,7 +105,7 @@ jobs:
105105
type=sha
106106
107107
- name: Build and push DevPortal image
108-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
108+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
109109
with:
110110
context: contrib/devportal/redocly/.
111111
push: true

0 commit comments

Comments
 (0)