Skip to content

Commit

Permalink
Solve docker cache problem. (pymodbus-dev#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored and alexrudd2 committed Feb 21, 2023
1 parent 9f39410 commit ec44430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Sign the published Docker image
env:
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __str__(self):
return f"[{self.package}, version {self.short()}]"


version = Version("pymodbus", 3, 1, 1, "")
version = Version("pymodbus", 3, 1, "x", "")
version.__name__ = ( # fix epydoc error # pylint: disable=attribute-defined-outside-init
"pymodbus"
)
Expand Down

0 comments on commit ec44430

Please sign in to comment.