first commit of bot config

This commit is contained in:
2025-10-20 15:47:20 -07:00
parent c8cc8f25bd
commit 39d5ad4b52
7 changed files with 251 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: prodesk
runs-on: prodesk
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -30,6 +30,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
gitea.calahilstudios.com/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
gitea.calahilstudios.com/${{ github.repository_owner }}/${{ github.event.repository.name }}:develop
gitea.calahilstudios.com/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}