Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
if: github.event_name != 'pull_request' || github.head_ref == 'release'
runs-on: ubuntu-latest
needs: [build-tarball-linux]
container: ghcr.io/jdx/mise:deb@sha256:71bda117cf49daa530f6c44cda8c9960321c3ceede0a6a3b9623904a32e66dc3
container: ghcr.io/jdx/mise:deb@sha256:0cde82939b4186e191b8669dbcc15ecdcdb34fff361930cee545691814970e92
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
Expand Down
Loading