Skip to content

Commit 2f6881a

Browse files
authored
Merge pull request #68 from ruby/push-non-dev
Also push non-dev images
2 parents 06e3835 + c98671f commit 2f6881a

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ jobs:
4747
image_version_suffix: "${{ env.image_version_suffix }}"
4848
ubuntu_version: "${{ env.ubuntu_version }}"
4949
tag_suffix: "${{ env.tag_suffix }}"
50-
latest_tag: 'true'
50+
51+
- uses: "./.github/actions/push_image"
52+
if: "${{ env.push }}"
53+
with:
54+
ruby_version: "${{ env.ruby_version }}"
55+
nightly: "${{ env.nightly }}"
56+
image_version_suffix: "${{ env.image_version_suffix }}"
57+
ubuntu_version: "${{ env.ubuntu_version }}"
58+
tag_suffix: "${{ env.tag_suffix }}"
5159

5260
- uses: "./.github/actions/build_image"
5361
with:
@@ -102,7 +110,15 @@ jobs:
102110
image_version_suffix: "${{ env.image_version_suffix }}"
103111
ubuntu_version: "${{ env.ubuntu_version }}"
104112
tag_suffix: "${{ env.tag_suffix }}"
105-
latest_tag: 'true'
113+
114+
- uses: "./.github/actions/push_image"
115+
if: "${{ env.push }}"
116+
with:
117+
ruby_version: "${{ env.ruby_version }}"
118+
nightly: "${{ env.nightly }}"
119+
image_version_suffix: "${{ env.image_version_suffix }}"
120+
ubuntu_version: "${{ env.ubuntu_version }}"
121+
tag_suffix: "${{ env.tag_suffix }}"
106122

107123
- uses: "./.github/actions/build_image"
108124
with:
@@ -158,7 +174,15 @@ jobs:
158174
image_version_suffix: "${{ env.image_version_suffix }}"
159175
ubuntu_version: "${{ env.ubuntu_version }}"
160176
tag_suffix: "${{ env.tag_suffix }}"
161-
latest_tag: 'true'
177+
178+
- uses: "./.github/actions/push_image"
179+
if: "${{ env.push }}"
180+
with:
181+
ruby_version: "${{ env.ruby_version }}"
182+
nightly: "${{ env.nightly }}"
183+
image_version_suffix: "${{ env.image_version_suffix }}"
184+
ubuntu_version: "${{ env.ubuntu_version }}"
185+
tag_suffix: "${{ env.tag_suffix }}"
162186

163187
- uses: "./.github/actions/build_image"
164188
with:

0 commit comments

Comments
 (0)