Skip to content

Commit 80f4707

Browse files
committed
Updates for deployment
1 parent c5d3afb commit 80f4707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.controlplane/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
1+
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile and actions.yml
22
ARG RUBY_VERSION=3.1.2
33
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44

.github/actions/deploy-to-control-plane/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.2' # Specify your Ruby version here
22+
ruby-version: '3.1.2' # Specify your Ruby version here
2323

2424
- name: Install Control Plane CLI
2525
shell: bash

0 commit comments

Comments
 (0)