mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-24 23:39:25 +00:00
Compare commits
1 Commits
renovate/w
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d969df438f |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
goos: windows
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: wangyoucao577/go-release-action@v1.52
|
||||
- uses: wangyoucao577/go-release-action@v1.36
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
|
||||
@@ -4,7 +4,7 @@ COPY . .
|
||||
RUN go get -d -v .
|
||||
RUN go build -v ./cmd/aaisp_exporter
|
||||
|
||||
FROM alpine:3.17.2
|
||||
FROM alpine:3.21.0
|
||||
WORKDIR /service
|
||||
COPY --from=build /build/aaisp_exporter .
|
||||
ENTRYPOINT ["./aaisp_exporter"]
|
||||
Reference in New Issue
Block a user