Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 21, 2024
1 parent 72e5d42 commit ddd60ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/file-filters.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is used by the action https://github.com/dorny/paths-filter
docker: &docker
- added|modified: './docker/**'
- added|modified: './docker/**/*'
- added|modified: './docker/*'

dependencies: &dependencies
- 'pdm.lock'
Expand Down
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ ENV GITHUB_REPOSITORY=$GITHUB_REPOSITORY

WORKDIR /code
COPY --chown=user:app --from=python_prod_deps /code/__pypackages__ /code/__pypackages__
COPY --chown=user:app --from=python_prod_deps /code/README.md /code/LICENSE /

ENV PATH=${APATH}:${PATH} \
PYTHONPATH=${APYTHONPATH} \
PYTHONDBUFFERED=1 \
Expand All @@ -229,8 +231,8 @@ ENTRYPOINT exec docker-entrypoint.sh "$0" "$@"
CMD ["run"]

LABEL distro="final"
LABEL maintainer="hope@app.io"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL maintainer="hope@unicef.org"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.created="$BUILD_DATE"
LABEL org.opencontainers.image.description="App runtime image"
LABEL org.opencontainers.image.documentation="https://github.com/saxix/trash"
Expand Down

0 comments on commit ddd60ad

Please sign in to comment.