feat: add convenience functions, update Docker setup, and integrate Webpack for building WebRTC internals exporter
Some checks failed
Build Docker Images for Pull Request / build (pull_request) Failing after 5m38s
Some checks failed
Build Docker Images for Pull Request / build (pull_request) Failing after 5m38s
This commit is contained in:
12
.github/workflows/feature-pr-build.yml
vendored
12
.github/workflows/feature-pr-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build Docker Image for Pull Request
|
||||
name: Build Docker Images for Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -25,3 +25,13 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
|
||||
- name: Build monolith Docker image
|
||||
uses: docker/build-push-action@v6.13.0
|
||||
with:
|
||||
context: .
|
||||
tags: ${{ env.REGISTRY_URL }}/${{ github.event.repository.name }}:${{ github.event.pull_request.number }}-monolith
|
||||
file: ./Monolith.Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
Reference in New Issue
Block a user