Skip to content

Commit

Permalink
Merge pull request #84 from ruby/remove-duplicate-push
Browse files Browse the repository at this point in the history
Removed redundant step
  • Loading branch information
hsbt authored Feb 23, 2024
2 parents 4da25fa + 84b3e94 commit 40f31f1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ jobs:
run: docker images
shell: bash

- name: Push docker image to rubylang
if: ${{ env.push }}
run: |-
rake docker:push ruby_version=${{ env.ruby_version }} \
ubuntu_version=${{ env.ubuntu_version }} \
image_version_suffix=${{ env.image_version_suffix }}${{ env.dev_suffix }} \
nightly=${{ env.nightly }} \
tag_suffix=${{ env.tag_suffix }} \
latest_tag=false \
registry_name=rubylang
shell: bash

- name: Push docker image to rubylang
if: "${{ env.push_tags }}"
run: |-
Expand Down

0 comments on commit 40f31f1

Please sign in to comment.