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

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

View File

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

View File

@@ -10,7 +10,9 @@ on:
jobs: jobs:
dockerHubDescription: dockerHubDescription:
runs-on: ubuntu-latest #runs-on: ubuntu-latest
runs-on: [self-hosted]
container: node:20
steps: steps:
- name: Checkout repository - name: Checkout repository