correct docker tag names 2?
This commit is contained in:
parent
1a980e115d
commit
e89bad895d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue