Skip to content

Commit 07b05f5

Browse files
authored
ci build: enable fork repository to run ci without docker login (#104)
1 parent c3ba138 commit 07b05f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fi
2727
2828
push=false
29-
if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
29+
if [ "${GITHUB_EVENT_NAME}" = "push" ] && [ "${GITHUB_REPOSITORY}" = "mroonga/docker" ]; then
3030
push=true
3131
if [ "${GITHUB_REF_TYPE}" = "tag" ] && [ "${version}" != "${GITHUB_REF_NAME}" ]; then
3232
push=false

0 commit comments

Comments
 (0)