File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - uses : actions/setup-go@v5
2323 with :
2424 go-version : ${{ env.GO_VERSION }}
25- - run : go mod tidy
2625 - name : golangci-lint
2726 uses : golangci/golangci-lint-action@v6
2827 with :
4948 - name : Set up Docker Buildx
5049 uses : docker/setup-buildx-action@v3
5150
52- # - name: Docker Login
53- # uses: docker/login-action@v3.1.0
54- # with:
55- # username: ${{ secrets.DOCKERHUB_TOKEN }}
56- # password: ${{ secrets.DOCKERHUB_PASSWD }}
57-
5851 - name : Build and push
5952 uses : docker/build-push-action@v6
6053 with :
Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ name: CI
55
66on :
77 push :
8- branches : [ "master", "main" ]
98 tags :
109 - v[0-9]+.[0-9]+.[0-9]+.[0-9]+
1110 - v[0-9]+.[0-9]+.[0-9]+
1211 - v[0-9]+.[0-9]+
13- pull_request :
14- branches : [ "master" ]
1512
1613env :
1714 GO_VERSION : " 1.22.5"
2825 - uses : actions/setup-go@v5
2926 with :
3027 go-version : ${{ env.GO_VERSION }}
31- - run : go mod tidy
3228 - name : golangci-lint
3329 uses : golangci/golangci-lint-action@v6
3430 with :
You can’t perform that action at this time.
0 commit comments