We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b261d4a commit 13c3ff4Copy full SHA for 13c3ff4
.github/workflows/build-test-deploy.yaml
@@ -232,7 +232,7 @@ jobs:
232
uses: goreleaser/goreleaser-action@v6
233
with:
234
version: "v1.x" # Binary version to install
235
- args: release --rm-dist --config deploy/.goreleaser.yaml
+ args: release --clean --config deploy/.goreleaser.yaml
236
env:
237
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
238
deploy/Dockerfile.troubleshoot
@@ -1,4 +1,4 @@
1
-FROM debian:buster
+FROM debian:bookworm
2
WORKDIR /
3
4
RUN apt-get -qq update \
0 commit comments