Skip to content

Commit 425a93f

Browse files
committed
Removed unused parameters for building docker image
1 parent ec5ac15 commit 425a93f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,14 @@ jobs:
6666
https://api.github.com/repos/ruby/actions/dispatches \
6767
-d '{"event_type": "update_index"}'
6868
69-
- name: Set latest flag for Ruby 3.3
70-
if: contains(${{ env.RUBY_VERSION }}, '3.3.')
71-
run: |
72-
echo "LATEST=true" >> $GITHUB_ENV
73-
7469
- name: Build and push Docker images
7570
run: |
7671
curl -L -X POST \
7772
-H "Authorization: Bearer ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}" \
7873
-H "Accept: application/vnd.github+json" \
7974
-H "X-GitHub-Api-Version: 2022-11-28" \
8075
https://api.github.com/repos/ruby/docker-images/dispatches \
81-
-d '{"event_type": "build", "client_payload": {"ruby_version": "${{ env.RUBY_VERSION }}", "arch": "amd64", "latest": "${{ env.LATEST }}"}}'
76+
-d '{"event_type": "build", "client_payload": {"ruby_version": "${{ env.RUBY_VERSION }}"}}'
8277
8378
- name: Build snapcraft packages
8479
run: |

0 commit comments

Comments
 (0)