.gitea/workflows/c#.yml aktualisiert
Some checks failed
Build Runner Base / build_act (push) Has been cancelled
Some checks failed
Build Runner Base / build_act (push) Has been cancelled
This commit is contained in:
parent
b3937814fe
commit
e2cec2312e
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
job:
|
||||||
build_csharp:
|
build_csharp:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -29,7 +29,6 @@ on:
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push c# image
|
- name: Build and push c# image
|
||||||
id: build_act_csharp
|
|
||||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:images/actions/c#"
|
context: "{{defaultContext}}:images/actions/c#"
|
||||||
|
|
Loading…
Reference in a new issue