Skip to content

Commit 77dda2a

Browse files
Update content/actions/reference/workflow-syntax-for-github-actions.md
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
1 parent 49e8f73 commit 77dda2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ jobs:
553553
my_first_job:
554554
steps:
555555
- name: My first step
556-
uses: docker://ghcr.io/cloud-builders/gradle
556+
uses: docker://ghcr.io/OWNER/IMAGE_NAME
557557
```
558558

559559
##### Example using a Docker public registry action

0 commit comments

Comments
 (0)