mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +01:00
Disable link checker for GitHub docks links
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
c24e5a78b1
commit
7e7aa10ef2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ jobs:
|
||||||
- name: Print image url
|
- name: Print image url
|
||||||
run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
|
run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
|
||||||
```
|
```
|
||||||
|
<!-- markdown-link-check-disable-next-line -->
|
||||||
Refer to [GHCR push example](./.github/workflows/ghcr-push.yaml) for complete example of push to [GitHub Container Registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
|
Refer to [GHCR push example](./.github/workflows/ghcr-push.yaml) for complete example of push to [GitHub Container Registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
|
||||||
|
|
||||||
## Note about images built with Docker
|
## Note about images built with Docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue