File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3030
3131 # Drafts your next Release notes as Pull Requests are merged into "master"
32- - uses : release-drafter/release-drafter@v6
32+ - uses : release-drafter/release-drafter@v7
3333 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3434 # with:
3535 # config-name: my-config.yml
Original file line number Diff line number Diff line change 11# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22
33# We start from the Debian 'trixie' image.
4- FROM debian:trixie-20260223 as prepare-stage
4+ FROM debian:trixie-20260316 as prepare-stage
55
66# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77COPY *sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments