Skip to content

Commit

Permalink
deactivate ghcr.io push
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Aug 16, 2023
1 parent d0e643d commit aa882c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graphql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if [ "$NCSAHUB_PUSH" == "true" ]; then
IMAGES="${IMAGES}${NCSAHUB}/${IMAGE}:${tag},"
fi
IMAGES="${IMAGES}ghcr.io/${OWNER_LC}/${IMAGE}:${tag},"
# IMAGES="${IMAGES}ghcr.io/${OWNER_LC}/${IMAGE}:${tag},"
done
IMAGES="${IMAGES%,*}"

Expand Down

0 comments on commit aa882c0

Please sign in to comment.