Skip to content

Commit

Permalink
Merge pull request #179 from EpicGamesExt/UE5.5
Browse files Browse the repository at this point in the history
5.5 changes to master
  • Loading branch information
lukehb authored Jul 10, 2024
2 parents dbda825 + 2caf044 commit 47b3fc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Checkout
uses: actions/checkout@v3
-
name: Login to GitHub Container Registry
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: pixelstreamingunofficial
Expand All @@ -28,15 +28,15 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
tags: 'pixelstreamingunofficial/pixel-streaming-signalling-server:5.4'
tags: 'pixelstreamingunofficial/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: 'pixelstreamingunofficial/pixel-streaming-sfu:5.4'
tags: 'pixelstreamingunofficial/pixel-streaming-sfu:5.5'
push: true
file: SFU/Dockerfile

33 changes: 0 additions & 33 deletions .github/workflows/publish-signallingwebserver-image.yml

This file was deleted.

2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 47b3fc7

Please sign in to comment.