builds
publish-github-pages / deploy (push) Waiting to run

This commit is contained in:
h202-wq
2026-07-09 11:25:21 -04:00
parent 9b70051f0d
commit 20554682e2
9 changed files with 58 additions and 84 deletions
+4 -10
View File
@@ -24,18 +24,12 @@ jobs:
with:
go-version: "1.26.1"
- name: Login to Docker Registry
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Docker Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: source.offmarket.win
username: ${{ secrets.GITEA_REGISTRY_USER }}
password: ${{ secrets.GITEA_REGISTRY_TOKEN }}
- name: Prepare Dependencies
run: |