Merge pull request #527 from EpicGamesExt/backport/UE5.5/pr-521 #269
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check health of wilbur docker image | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- "SignallingWebServer/**" | |
pull_request: | |
paths: | |
- "SignallingWebServer/**" | |
jobs: | |
build-docker-image: | |
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Build the wilbur container image | |
uses: docker/build-push-action@v3 | |
with: | |
context: . | |
push: false | |
file: SignallingWebServer/Dockerfile | |