.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:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
job:
|
||||
build_csharp:
|
||||
runs-on: 'priviliged'
|
||||
strategy:
|
||||
|
@ -29,7 +29,6 @@ on:
|
|||
username: ${{ secrets.DEPLOY_USER }}
|
||||
password: ${{ secrets.DEPLOY_SECRET }}
|
||||
- name: Build and push c# image
|
||||
id: build_act_csharp
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/c#"
|
||||
|
|
Loading…
Reference in a new issue