Modificati file delle action
Some checks failed
Update Docker Hub Description / dockerHubDescription (push) Has been cancelled

This commit is contained in:
GianLuca Vagnuzzi
2025-11-11 14:32:10 +01:00
parent a422ca950e
commit 04aeb77a4f
2 changed files with 6 additions and 3 deletions

View File

@@ -7,8 +7,9 @@ on:
jobs:
build_docker_images:
name: Build Docker Image To Dockerhub
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: runner-docker
container: node:20
steps:
- name: Code Checkout

View File

@@ -10,7 +10,9 @@ on:
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: runner-docker
container: node:20
steps:
- name: Checkout repository