.gitea/workflows/c#.yml aktualisiert
Some checks failed
Build Runner Base / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-05-09 21:04:13 +00:00
parent b3937814fe
commit e2cec2312e

View file

@ -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#"