chore(ci): Use mirrored container images for node

This commit is contained in:
Otto Richter 2024-08-12 16:11:35 +02:00
commit 53ca3d4e6c
6 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ jobs:
if: ${{ !startsWith(vars.ROLE, 'forgejo-') && contains(github.event.pull_request.labels.*.name, 'worth a release-note') }}
runs-on: docker
container:
image: 'docker.io/node:20-bookworm'
image: 'code.forgejo.org/oci/node:20-bookworm'
steps:
- uses: https://code.forgejo.org/actions/checkout@v3