Skip to content

Commit

Permalink
ci: revert dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jul 31, 2024
1 parent 23d06c6 commit ef69bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Docker Image CI

on:
push:
tags:
- '*'
# on:
# push:
# tags:
# - '*'
on: [push]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app

RUN gem install bundler -v '2.0.2'
RUN gem install bundler -v '>= 2.0'
RUN bundle install --without development
COPY . /app

Expand Down

0 comments on commit ef69bbe

Please sign in to comment.