Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 2513901

Browse files
authored
Update README.md
1 parent 8ec44b0 commit 2513901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpr-docker-publish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
You can reference the outputs of an action using [expression syntax](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions), as illustrated in the Example Pipeline above.
8383

84-
1. `IMAGE_SHA_NAME`: This is the `{Image_Name}:{timestamp}${shortSHA}` as described above.
84+
1. `IMAGE_SHA_NAME`: This is the `{Image_Name}:{timestamp}{shortSHA}` as described above.
8585
2. `IMAGE_URL`: This is the URL on GitHub where you can view your hosted Docker images. This will always be located at `https://github.com/{OWNER}/{REPOSITORY}/packages` in reference to the repository where the action was called.
8686

8787
These outputs are merely provided as convenience incase you want to use these values in subsequent steps.

0 commit comments

Comments
 (0)