.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:07:12 +00:00
parent 25fddffff8
commit ebbef5bcdf

View file

@ -1,11 +1,6 @@
name: Build Runner c#
name: Build Runner csharp
on:
#workflow_run:
#workflows: ["Build Runner Base"]
#types:
#- completed
push:
branches:
- 'master'
jobs:
@ -28,12 +23,12 @@ jobs:
registry: git.euph.dev
username: ${{ secrets.DEPLOY_USER }}
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'
with:
context: "{{defaultContext}}:images/actions/c#"
context: "{{defaultContext}}:images/actions/csharp"
push: true
build-args: PACKAGE_VERSION=${{ matrix.version }}
tags: |
git.euph.dev/actions/runner-c#-${{ matrix.version }}:latest
git.euph.dev/actions/runner-c#-${{ matrix.version }}:${{ gitea.run_number }}
git.euph.dev/actions/runner-csharp-${{ matrix.version }}:latest
git.euph.dev/actions/runner-csharp-${{ matrix.version }}:${{ gitea.run_number }}