File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Push docker image to rubylang
2525 run : |-
2626 echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
27+ echo $GHCR_ACCESS_TOKEN | docker login ghcr.io -u $GHCR_USER --password-stdin
2728 rake docker:push ruby_version=${{ inputs.ruby_version }} \
2829 ubuntu_version=${{ inputs.ubuntu_version }} \
2930 image_version_suffix=${{ inputs.image_version_suffix }} \
Original file line number Diff line number Diff line change 6262 ubuntu_version : " ${{ env.ubuntu_version }}"
6363 tag_suffix : " ${{ env.tag_suffix }}"
6464
65+ - uses : " ./.github/actions/push_image"
66+ if : " ${{ env.push }}"
67+ with :
68+ registry_name : ' ghcr.io/ruby'
69+ ruby_version : " ${{ env.ruby_version }}"
70+ nightly : " ${{ env.nightly }}"
71+ image_version_suffix : " ${{ env.image_version_suffix }}${{ env.dev_suffix }}"
72+ ubuntu_version : " ${{ env.ubuntu_version }}"
73+ tag_suffix : " ${{ env.tag_suffix }}"
74+
6575 - uses : " ./.github/actions/push_image_by_tag"
6676 if : " ${{ env.push_tags }}"
6777 with :
You can’t perform that action at this time.
0 commit comments