Skip to content

Commit

Permalink
Merge pull request #21 from NVIDIA/ghaction
Browse files Browse the repository at this point in the history
Fix action.yaml file
  • Loading branch information
ArangoGutierrez authored Mar 4, 2024
2 parents 22998dc + 30def6f commit 586745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: A tool for creating and managing GPU-ready cloud test environments.

runs:
using: docker
image: `docker://ghcr.io/nvidia/holodeck:main`
image: Dockerfile
entrypoint: 'run.sh'
post-entrypoint: 'cleanup.sh'

Expand Down

0 comments on commit 586745d

Please sign in to comment.