Skip to content

Commit

Permalink
Refactor header checks and CI setup for improved clarity and function…
Browse files Browse the repository at this point in the history
…ality.
  • Loading branch information
dvershinin committed Dec 8, 2024
1 parent 1a27cff commit baee6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- master

jobs:
push_to_registries:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ADD . /src

WORKDIR /src

RUN pip install --upgrade pip setuptools wheel
RUN python3 setup.py install

ENTRYPOINT ["gixy"]

0 comments on commit baee6c5

Please sign in to comment.