1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release.git synced 2026-05-07 02:57:36 +02:00

Replace Node.js with data.forgejo.org/oci/node 24-trixie

This commit is contained in:
Renovate Bot 2026-04-20 02:00:46 +02:00
parent f2553dc57e
commit 5bd76c6207
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

@ -90,7 +90,7 @@ jobs:
upload-gpg-no-passphrase:
runs-on: docker
container:
image: 'data.forgejo.org/oci/node:24-bookworm'
image: 'data.forgejo.org/oci/node:24-trixie'
steps:
- uses: actions/checkout@v6
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}