workflow
Some checks failed
release / goreleaser (push) Failing after 4m45s
docker / prepare-and-build (push) Failing after 33s

This commit is contained in:
Nite07 2024-11-20 20:05:03 +08:00
parent 304517e241
commit 7d4e7bc468
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
with: with:
registry: git.nite07.com registry: git.nite07.com
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5

View File

@ -17,6 +17,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with:
go-version: "stable"
- name: Install UPX - name: Install UPX
uses: crazy-max/ghaction-upx@v3 uses: crazy-max/ghaction-upx@v3