Skip to content

Commit

Permalink
oneline
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 26, 2024
1 parent 010941e commit 8c1b0c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ jobs:
- name: Push the same image without the ubuntu version
if: matrix.os == 'noble'
run: |-
docker tag rubylang/ruby:${{ env.ruby_version }}-${{ env.ubuntu_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }} \
rubylang/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
docker tag rubylang/ruby:${{ env.ruby_version }}-${{ env.ubuntu_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }} rubylang/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
docker push rubylang/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
docker tag rubylang/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
ghcr.io/ruby/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
docker tag rubylang/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }} ghcr.io/ruby/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
docker push ghcr.io/ruby/ruby:${{ env.ruby_version }}${{ env.image_version_suffix }}${{ env.dev_suffix }}
shell: bash

Expand Down

0 comments on commit 8c1b0c7

Please sign in to comment.