Skip to content

Commit

Permalink
Solved yml variable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoepr committed Aug 25, 2022
1 parent 78ff52d commit b51dacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag tiagoepr/mllp-https:$(github.ref)
run: docker build . --file Dockerfile --tag tiagoepr/mllp-https:$(date +%s)


- name: Create GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion mllp_http_https/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.8"
__version__ = "1.2.9"

0 comments on commit b51dacb

Please sign in to comment.