Modificati file delle action
Some checks failed
Update Docker Hub Description / dockerHubDescription (push) Successful in 2m26s
Docker Image CI / build_docker_images (push) Failing after 32s

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

View File

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

View File

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