Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Updating actions to 5.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Jan 29, 2024
1 parent 6d87536 commit dceed6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Cirrus container
on:
push:
workflow_dispatch:
branches: ['UE5.4']
branches: ['UE5.5']
paths: ['SignallingWebServer/**']

jobs:
Expand All @@ -28,15 +28,15 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
tags: 'ghcr.io/epicgames/pixel-streaming-signalling-server:5.4'
tags: 'ghcr.io/epicgames/pixel-streaming-signalling-server:5.5'
push: true
file: SignallingWebServer/Dockerfile
-
name: Build and push the SFU container image
uses: docker/build-push-action@v3
with:
context: .
tags: 'ghcr.io/epicgames/pixel-streaming-sfu:5.4'
tags: 'ghcr.io/epicgames/pixel-streaming-sfu:5.5'
push: true
file: SFU/Dockerfile

2 changes: 1 addition & 1 deletion .github/workflows/publish-library-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish frontend lib
on:
push:
workflow_dispatch:
branches: ['UE5.4']
branches: ['UE5.5']
paths: ['Frontend/library/package.json']
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ui-library-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish frontend-ui lib
on:
push:
workflow_dispatch:
branches: ['UE5.4']
branches: ['UE5.5']
paths: ['Frontend/ui-library/package.json']
jobs:
build:
Expand Down

0 comments on commit dceed6b

Please sign in to comment.