You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: gpr-docker-publish/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ jobs:
81
81
82
82
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.
83
83
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.
85
85
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.
86
86
87
87
These outputs are merely provided as convenience incase you want to use these values in subsequent steps.
0 commit comments