From e89bad895dae9278370531dc9173be3dac039554 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 20 Dec 2023 17:15:12 +0100 Subject: [PATCH] correct docker tag names 2? --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 50abb1b..07fadd2 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,7 +4,7 @@ on: jobs: backend-pylint: runs-on: docker - container: python3.11-nodejs21-alpine + container: nikolaik/python-nodejs:python3.11-nodejs21 steps: - name: Checkout source code uses: https://code.forgejo.org/actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: build:package: needs: ["backend-pylint"] runs-on: docker - container: python3.11-nodejs21-alpine + container: nikolaik/python-nodejs:python3.11-nodejs21 steps: - name: Checkout source code uses: https://code.forgejo.org/actions/checkout@v3