Skip to content

Commit

Permalink
Fix for Dockerfile and change in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
omerkarabacak committed Sep 20, 2021
1 parent d018ccf commit 9749c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Demo Push

on:
push:
branches:
- master

# Publish `v1.2.3` tags as releases.
tags:
- v*
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
FROM base
COPY --from=builder /install /usr/local
RUN true
COPY findandreplace.py /app/findandreplace.py
WORKDIR /app
RUN apk add --no-cache \
Expand Down

0 comments on commit 9749c18

Please sign in to comment.