Skip to content

Commit

Permalink
Merge pull request #417 from sylhare/docker
Browse files Browse the repository at this point in the history
Docker
  • Loading branch information
sylhare authored Dec 14, 2023
2 parents df5c24d + 388fa08 commit 8b7eb03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ jobs:
- name: GPR
continue-on-error: true
run: |
gem install type-on-strap --version "2.4.4" --source "https://rubygems.pkg.github.com/sylhare"
gem install type-on-strap --version "2.4.7" --source "https://rubygems.pkg.github.com/sylhare"
- name: Build with Docker
continue-on-error: true
run: |
cd assets && docker build .
2 changes: 1 addition & 1 deletion assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap"

# Create Type-on-strap Gemfile
RUN echo "source \"https://rubygems.org\"" >> Gemfile
RUN echo "gem 'type-on-strap', '>= 2.2.4', '< 3.0'" >> Gemfile
RUN echo "gem 'type-on-strap', '>= 2.4.7', '< 3.0'" >> Gemfile
RUN echo "Adding the Gemfile" >> cat Gemfile

# Install the theme
Expand Down

0 comments on commit 8b7eb03

Please sign in to comment.