forked from Conjure-Tools/unity-runner
GitHub: Fixed environment
This commit is contained in:
parent
22d1f8273b
commit
06955b33ad
5
.github/workflows/create-image.yaml
vendored
5
.github/workflows/create-image.yaml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- versions.txt
|
- versions.txt
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- .gitea/workflows/create-image.yaml
|
- .gitea/workflows/create-image.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -24,6 +24,9 @@ jobs:
|
|||||||
- linux-il2cpp
|
- linux-il2cpp
|
||||||
|
|
||||||
name: Build 🐳 ${{ matrix.platform }}
|
name: Build 🐳 ${{ matrix.platform }}
|
||||||
|
environment:
|
||||||
|
name: Docker Hub
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user