File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ci -docker
1+ name : cd -docker
22
33on :
44 release :
55 types : [published]
66 workflow_dispatch : {}
7- # push:
8- # branches:
9- # - "dev-docker"
107
118jobs :
129 push_to_registry :
Original file line number Diff line number Diff line change 1- name : ci -docker-test
1+ name : cd -docker-github
22
33on :
44 # release:
Original file line number Diff line number Diff line change 1- name : ci -binary
1+ name : cd -binary
22
33# Controls when the action will run.
44on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ADD . /quickshare
33WORKDIR /quickshare
44RUN yarn run build:fe
55
6- FROM golang:1.18 AS build-be
6+ FROM golang:1.24 AS build-be
77COPY --from=build-fe /quickshare /quickshare
88WORKDIR /quickshare
99RUN /quickshare/scripts/build_exec.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ADD . /quickshare
33WORKDIR /quickshare
44RUN yarn run build:fe
55
6- FROM golang:1.23 AS build-be
6+ FROM golang:1.24 AS build-be
77COPY --from=build-fe /quickshare /quickshare
88WORKDIR /quickshare
99RUN `which go` build -o /quickshare/dist/quickshare/start /quickshare/cmd/start
Original file line number Diff line number Diff line change 1313 <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_build.yml/badge.svg" />
1414 </a >
1515 <a href =" https://github.com/ihexxa/quickshare/actions " >
16- <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_docker .yml/badge.svg" />
16+ <img src="https://github.com/ihexxa/quickshare/actions/workflows/cd_docker .yml/badge.svg" />
1717 </a >
1818 <a href =" https://github.com/ihexxa/quickshare/actions " >
19- <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_github_binary .yml/badge.svg" />
19+ <img src="https://github.com/ihexxa/quickshare/actions/workflows/cd_github_binary .yml/badge.svg" />
2020 </a >
2121 <a href =" https://goreportcard.com/report/github.com/ihexxa/quickshare " >
2222 <img src="https://goreportcard.com/badge/github.com/ihexxa/quickshare" />
Original file line number Diff line number Diff line change 1313 <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_build.yml/badge.svg" />
1414 </a >
1515 <a href =" https://github.com/ihexxa/quickshare/actions " >
16- <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_docker .yml/badge.svg" />
16+ <img src="https://github.com/ihexxa/quickshare/actions/workflows/cd_docker .yml/badge.svg" />
1717 </a >
1818 <a href =" https://github.com/ihexxa/quickshare/actions " >
19- <img src="https://github.com/ihexxa/quickshare/actions/workflows/ci_github_binary .yml/badge.svg" />
19+ <img src="https://github.com/ihexxa/quickshare/actions/workflows/cd_github_binary .yml/badge.svg" />
2020 </a >
2121 <a href =" https://goreportcard.com/report/github.com/ihexxa/quickshare " >
2222 <img src="https://goreportcard.com/badge/github.com/ihexxa/quickshare" />
You can’t perform that action at this time.
0 commit comments