Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
type=raw,value=latest

- name: Build and push dapi image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: .
push: true
Expand All @@ -80,7 +80,7 @@ jobs:
type=raw,value=latest

- name: Build and push WebUI image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: webui/.
push: true
Expand All @@ -98,7 +98,7 @@ jobs:
type=raw,value=latest

- name: Build and push DevPortal image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: contrib/devportal/redocly/.
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ jobs:

# Build dapi container (main Dockerfile)
- name: Build dapi image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: .
push: false

# Build WebUI container
- name: Build WebUI image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: webui/.
push: false

# Build DevPortal container
- name: Build DevPortal image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: contrib/devportal/redocly/.
push: false
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
type=sha

- name: Build and push dapi image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: .
push: true
Expand All @@ -85,7 +85,7 @@ jobs:
type=sha

- name: Build and push WebUI image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: webui/.
push: true
Expand All @@ -105,7 +105,7 @@ jobs:
type=sha

- name: Build and push DevPortal image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: contrib/devportal/redocly/.
push: true
Expand Down
Loading