We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47e64 commit 470f03aCopy full SHA for 470f03a
.github/workflows/release.yml
@@ -28,8 +28,8 @@ jobs:
28
id: repo-name
29
run: echo name=$(basename ${{ github.repository }}) >> $GITHUB_OUTPUT
30
31
- - name: Test
32
- run: go test -v ./...
+ # - name: Test
+ # run: go test -v ./...
33
34
- name: Build
35
run: make package PROGRAM=${{ env.GOOS }}-${{ env.GOARCH }}/${{ steps.repo-name.outputs.name }}${{ matrix.ext }} PACKAGE=dist/${{ steps.repo-name.outputs.name }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}.zip
@@ -114,4 +114,4 @@ jobs:
114
run: docker push ghcr.io/${{env.REPO}}:${{ github.ref_name }}
115
116
- name: Push Latest
117
- run: docker push ghcr.io/${{env.REPO}}:latest
+ run: docker push ghcr.io/${{env.REPO}}:latest
0 commit comments