Skip to content

Commit

Permalink
i'm questioning about myself about docker image building ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 25, 2024
1 parent 24a9f93 commit abb5b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
docker-build-and-push:
name: Docker build and push (hub.docker.com)
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mansuf/firefly_iii-treasury.id-update'
# if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mansuf/firefly_iii-treasury.id-update'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ RUN pip install .

WORKDIR /downloads

ENTRYPOINT [ "firefly-iii-treasury-update" ]

CMD [ "--help" ]
ENTRYPOINT [ "firefly-iii-treasury-update" ]

0 comments on commit abb5b1b

Please sign in to comment.