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

Commit

Permalink
Merge pull request #363 from mcottontensor/update_actions
Browse files Browse the repository at this point in the history
Updated actions to reference 5.4
  • Loading branch information
mcottontensor committed Sep 13, 2023
2 parents 759cb9a + 0cde16d commit 292b75e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Cirrus container

on:
push:
branches: ['UE5.3']
branches: ['UE5.4']
paths: ['SignallingWebServer/**']

jobs:
Expand All @@ -27,6 +27,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
tags: 'ghcr.io/epicgames/pixel-streaming-signalling-server:5.3'
tags: 'ghcr.io/epicgames/pixel-streaming-signalling-server:5.4'
push: true
file: SignallingWebServer/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Releases

on:
push:
branches: ['UE5.3']
branches: ['UE5.4']
paths: ['RELEASE_VERSION']

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

0 comments on commit 292b75e

Please sign in to comment.