diff --git a/.github/workflows/job-in-container.yml b/.github/workflows/job-in-container.yml index 3484d7d..f5a3793 100644 --- a/.github/workflows/job-in-container.yml +++ b/.github/workflows/job-in-container.yml @@ -22,7 +22,7 @@ jobs: - name: Create a file run: echo "Dummy text" > text.txt - name: Use a separate container for this step to print content of file created in above step - uses: docker://node20 + uses: docker://node:20 with: entrypoint: cat args: text.txt