We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882ddb commit 173932fCopy full SHA for 173932f
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
username: ${{ github.actor }}
43
password: ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }}
44
registry: ghcr.io
45
- image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4.3
+ image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4.4
46
options: -v ${{ github.workspace }}:/work -e ABC=123
47
run: |
48
echo "Running Script"
0 commit comments