diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3770469..149e194 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: tags: | git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }} docker-release-latest: - if: ${{ ! (endsWith(gitea.ref_name, "-alpha") || endsWith(gitea.ref_name, "-beta") || endsWith(gitea.ref_name, "-rc")) }} + if: ${{ ! (endsWith(gitea.ref_name, '-alpha') || endsWith(gitea.ref_name, '-beta') || endsWith(gitea.ref_name, '-rc')) }} runs-on: ubuntu-latest steps: - name: docker qemu setup @@ -65,7 +65,7 @@ jobs: - name: checkout code uses: actions/checkout@v4 - name: gotta build 'em all - uses: thatisuday/go-cross-build@v1 + uses: chenasraf/go-cross-build@v1 with: platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, freebsd/amd64, netbsd/amd64, openbsd/amd64, windows/amd64' name: bingo