We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8395371 commit 7edbaf4Copy full SHA for 7edbaf4
actions/docker-import-digests-push-manifest/action.yaml
@@ -86,7 +86,8 @@ runs:
86
87
if [[ "$DOCKERHUB_IMAGE" == "true" ]]; then
88
echo "include-dockerhub=true" | tee -a "${GITHUB_OUTPUT}"
89
- elif [[ "$GAR_IMAGE" == "true" ]]; then
+ fi
90
+ if [[ "$GAR_IMAGE" == "true" ]]; then
91
echo "include-gar=true" | tee -a "${GITHUB_OUTPUT}"
92
fi
93
0 commit comments