Skip to content

Commit

Permalink
Revert "Use docker/login-action"
Browse files Browse the repository at this point in the history
This reverts commit 7ac896a.
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent 858ca6e commit 1665333
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/push_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ inputs:
runs:
using: composite
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Push docker image to rubylang
run: |-
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
rake docker:push ruby_version=${{ inputs.ruby_version }} \
ubuntu_version=${{ inputs.ubuntu_version }} \
image_version_suffix=${{ inputs.image_version_suffix }} \
${{ inputs.nightly }}nightly=yes${{ inputs.nightly }} \
tag_suffix=${{ inputs.tag_suffix }} \
latest_tag=${{ inputs.latest_tag }}
shell: bash
shell: bash

0 comments on commit 1665333

Please sign in to comment.