Skip to content

Commit ef69bbe

Browse files
committed
ci: revert dockerfile
1 parent 23d06c6 commit ef69bbe

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Docker Image CI
22

3-
on:
4-
push:
5-
tags:
6-
- '*'
3+
# on:
4+
# push:
5+
# tags:
6+
# - '*'
7+
on: [push]
78

89
jobs:
910
release:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
COPY Gemfile /app
1111
COPY Gemfile.lock /app
1212

13-
RUN gem install bundler -v '2.0.2'
13+
RUN gem install bundler -v '>= 2.0'
1414
RUN bundle install --without development
1515
COPY . /app
1616

0 commit comments

Comments
 (0)