Skip to content

Commit a62e908

Browse files
Fixed Github's Container Registry Domain
changed `gcr.io` to `ghcr.io` because `gcr.io` is an invalid domain to fetch Github's container registry.
1 parent a087f39 commit a62e908

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://gcr.io/cloud-builders/gradle
556+
uses: docker://ghcr.io/cloud-builders/gradle
557557
```
558558

559559
#### **`jobs.<job_id>.steps.run`**

0 commit comments

Comments
 (0)