File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,8 @@ jobs:
360360 # docker push ${OPERATOR_IMAGE}:${ADDITIONAL_IMAGE_TAG}
361361 # docker tag ${VALIDATOR_IMAGE}:${VALIDATOR_VERSION} ${VALIDATOR_IMAGE}:${ADDITIONAL_IMAGE_TAG}
362362 # docker push ${VALIDATOR_IMAGE}:${ADDITIONAL_IMAGE_TAG}
363- echo "${{ secrets.GITHUB_TOKEN }}" | regctl registry login ghcr.io --username $GITHUB_ACTOR --password-stdin
363+ # echo "${{ secrets.GITHUB_TOKEN }}" | regctl registry login ghcr.io --username $GITHUB_ACTOR --password-stdin
364+ regctl registry login ghcr.io -u $GITHUB_ACTOR -p ${{ secrets.GITHUB_TOKEN }}
364365 regctl image copy ${OPERATOR_IMAGE}:${OPERATOR_VERSION} ${OPERATOR_IMAGE}:${ADDITIONAL_IMAGE_TAG}
365366 regctl image copy ${VALIDATOR_IMAGE}:${VALIDATOR_VERSION} ${VALIDATOR_IMAGE}:${ADDITIONAL_IMAGE_TAG}
366367
You can’t perform that action at this time.
0 commit comments