We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d06c6 commit ef69bbeCopy full SHA for ef69bbe
.github/workflows/release.yml
@@ -1,9 +1,10 @@
1
name: Docker Image CI
2
3
-on:
4
- push:
5
- tags:
6
- - '*'
+# on:
+# push:
+# tags:
+# - '*'
7
+on: [push]
8
9
jobs:
10
release:
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /app
COPY Gemfile /app
11
COPY Gemfile.lock /app
12
13
-RUN gem install bundler -v '2.0.2'
+RUN gem install bundler -v '>= 2.0'
14
RUN bundle install --without development
15
COPY . /app
16
0 commit comments