Skip to content

Bump the npm_and_yarn group across 8 directories with 2 updates #10

Bump the npm_and_yarn group across 8 directories with 2 updates

Bump the npm_and_yarn group across 8 directories with 2 updates #10

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