Skip to content

Commit 13c3ff4

Browse files
authored
chore(ci): fix go-release (#1814)
1 parent b261d4a commit 13c3ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
uses: goreleaser/goreleaser-action@v6
233233
with:
234234
version: "v1.x" # Binary version to install
235-
args: release --rm-dist --config deploy/.goreleaser.yaml
235+
args: release --clean --config deploy/.goreleaser.yaml
236236
env:
237237
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
238238

deploy/Dockerfile.troubleshoot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM debian:bookworm
22
WORKDIR /
33

44
RUN apt-get -qq update \

0 commit comments

Comments
 (0)