Backport changes from Silverus/Lobby's CI
Some checks failed
Build Godot / Build Godot (push) Failing after 11m56s
Some checks failed
Build Godot / Build Godot (push) Failing after 11m56s
This commit is contained in:
parent
19ae87e483
commit
0f20c4c7f2
1 changed files with 13 additions and 6 deletions
|
@ -1,22 +1,29 @@
|
||||||
name: build mono
|
name: Build Godot
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
name: "yolks:mono_${{ matrix.tag }}"
|
name: "Build Godot"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: checkout
|
||||||
- uses: docker/setup-buildx-action@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Docker
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
- uses: docker/login-action@v3
|
|
||||||
|
- name: Login to Docker
|
||||||
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.styandco.dev
|
registry: git.styandco.dev
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ env.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue