Skip to content

Commit

Permalink
Added docker release Just command
Browse files Browse the repository at this point in the history
  • Loading branch information
kissgyorgy committed May 1, 2022
1 parent 1d2d9f8 commit 408dabf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ build-docker:

build-all: build-package build-binary build-docker

release:
release-docker:
podman push kissgyorgy/cloudflare-dyndns:v4.1

release-python:
poetry publish

release-all: release-docker release-python

requirements-txt:
poetry export -o requirements.txt
just _modify-requirements-txt > requirements.new
Expand Down

0 comments on commit 408dabf

Please sign in to comment.