use shared gitea runner
Build and Push Docker Image / Docker Build and Push (push) Successful in 34s

This commit is contained in:
2026-08-05 16:07:06 -05:00
parent b7b9c28256
commit 68d8747841
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
IMAGE_REGISTRY: git.uuard.com IMAGE_REGISTRY: git.uuard.com
IMAGE_NAME: nicholas/proving-ground IMAGE_NAME: nicholas/proving-ground
IMAGE_TAG: ${{ github.sha }} IMAGE_TAG: ${{ github.sha }}
runs-on: ubuntu-latest runs-on: shared-ci
steps: steps:
- name: ⬇️ Checkout repo - name: ⬇️ Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
+1 -1
View File
@@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: shared-ci
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"