mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-24 23:39:25 +00:00
Compare commits
11 Commits
0.2.3
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bd217aec1 | ||
| 088ec1ea4f | |||
| 4f7966271d | |||
| edfceeed7b | |||
| d72a9c99a4 | |||
|
|
27b403fa48 | ||
|
|
4a03c07093 | ||
|
|
b61f6a14af | ||
| 50b7701c77 | |||
|
|
fa9919c88b | ||
|
|
8a35e17233 |
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
|
||||
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.29
|
||||
- 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.16.0
|
||||
FROM alpine:3.17.2
|
||||
WORKDIR /service
|
||||
COPY --from=build /build/aaisp_exporter .
|
||||
ENTRYPOINT ["./aaisp_exporter"]
|
||||
2
go.mod
2
go.mod
@@ -3,6 +3,6 @@ module github.com/jamesog/aaisp-chaos
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/prometheus/client_golang v1.12.2
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/rs/zerolog v1.27.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user