diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 2190e97..c0eb2fd 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -2,9 +2,6 @@ name: Demo Push on: push: - branches: - - master - # Publish `v1.2.3` tags as releases. tags: - v* diff --git a/Dockerfile b/Dockerfile index 54b280e..9bba2f5 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 \