mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Add manual Docker publishing trigger in GH action workflow
This commit is contained in:
parent
c5da8ea550
commit
4e96ca8376
2 changed files with 10 additions and 1 deletions
|
@ -21,7 +21,7 @@ ENV RAILS_ENV="production" \
|
|||
FROM base AS build
|
||||
|
||||
# Install packages needed to build gems
|
||||
RUN apt-get install --no-install-recommends -y build-essential libpq-dev pkg-config
|
||||
RUN apt-get install --no-install-recommends -y build-essential libpq-dev git pkg-config
|
||||
|
||||
# Install application gems
|
||||
COPY .ruby-version Gemfile Gemfile.lock ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue