Skip to content

Commit

Permalink
prefix with registry?
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 10, 2024
1 parent a83c57c commit 2db6531
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'Resources/**'
- 'Source/**'
- 'Thirdweb.uplugin'
- '.github/workflows/build.yml'
pull_request:
branches: [ main, ci-cd ]
paths:
Expand All @@ -18,6 +19,7 @@ on:
- 'Resources/**'
- 'Source/**'
- 'Thirdweb.uplugin'
- '.github/workflows/build.yml'

jobs:
build:
Expand All @@ -42,7 +44,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io
image: epicgames/unreal-engine:dev-slim-${{ matrix.engine }}
image: ghcr.io/epicgames/unreal-engine:dev-slim-${{ matrix.engine }}
options: -v ${{ github.workspace }}:/plugin
run: |
Engine/Build/BatchFiles/RunUAT.sh \
Expand Down

0 comments on commit 2db6531

Please sign in to comment.