diff --git a/.gitea/workflows/c#.yml b/.gitea/workflows/c#.yml index c28be59..9b3e91a 100644 --- a/.gitea/workflows/c#.yml +++ b/.gitea/workflows/c#.yml @@ -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 }}