Skip to content

Commit 7edbaf4

Browse files
Add login logic to docker-import-digests-push-manifest
1 parent 8395371 commit 7edbaf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/docker-import-digests-push-manifest/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ runs:
8686
8787
if [[ "$DOCKERHUB_IMAGE" == "true" ]]; then
8888
echo "include-dockerhub=true" | tee -a "${GITHUB_OUTPUT}"
89-
elif [[ "$GAR_IMAGE" == "true" ]]; then
89+
fi
90+
if [[ "$GAR_IMAGE" == "true" ]]; then
9091
echo "include-gar=true" | tee -a "${GITHUB_OUTPUT}"
9192
fi
9293

0 commit comments

Comments
 (0)