Fix build action file
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 40s
Docker Image CI / build_docker_images (push) Successful in 28m48s

This commit is contained in:
GianLuca Vagnuzzi
2025-11-11 15:15:42 +01:00
parent 3022085246
commit 8f478d128b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build_docker_images:
runs-on: ubuntu-latest
container: node:20
container: mynodejs:latest
steps:
- name: Code Checkout

View File

@@ -11,7 +11,7 @@ on:
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
container: node:20
container: mynodejs:latest
steps:
- name: Checkout repository