style: rename github to gitea for gitea actions
All checks were successful
Check / check (push) Successful in 52s

This commit is contained in:
2025-05-16 17:27:53 -04:00
parent 1d6b419a15
commit 632774d051
6 changed files with 68 additions and 29 deletions

View File

@ -51,12 +51,12 @@ jobs:
- name: Build
run: >
nix build
.#trevstack-linux-amd64
.#trevstack-linux-arm64
.#trevstack-linux-arm
.#trevstack-windows-amd64
.#trevstack-darwin-amd64
.#trevstack-darwin-arm64
#trevstack-linux-amd64
#trevstack-linux-arm64
#trevstack-linux-arm
#trevstack-windows-amd64
#trevstack-darwin-amd64
#trevstack-darwin-arm64
- name: Release
uses: softprops/action-gh-release@v2
@ -76,19 +76,12 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
${{ github.repository }}
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with: