.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
25fddffff8
commit
ebbef5bcdf
1 changed files with 5 additions and 10 deletions
|
@ -1,11 +1,6 @@
|
||||||
name: Build Runner c#
|
name: Build Runner csharp
|
||||||
|
|
||||||
on:
|
on:
|
||||||
#workflow_run:
|
|
||||||
#workflows: ["Build Runner Base"]
|
|
||||||
#types:
|
|
||||||
#- completed
|
|
||||||
push:
|
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -28,12 +23,12 @@ jobs:
|
||||||
registry: git.euph.dev
|
registry: git.euph.dev
|
||||||
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 csharp image
|
||||||
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/csharp"
|
||||||
push: true
|
push: true
|
||||||
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-c#-${{ matrix.version }}:latest
|
git.euph.dev/actions/runner-csharp-${{ matrix.version }}:latest
|
||||||
git.euph.dev/actions/runner-c#-${{ matrix.version }}:${{ gitea.run_number }}
|
git.euph.dev/actions/runner-csharp-${{ matrix.version }}:${{ gitea.run_number }}
|
||||||
|
|
Loading…
Reference in a new issue