Skip to content

Commit

Permalink
Increase version and publish also latest tag (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon authored May 24, 2023
1 parent 6852a76 commit cea9cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
push: true
context: .
platforms: linux/amd64, linux/arm64
tags: oitc/modbus-client:${{steps.application-version.outputs.tag}}
tags: oitc/modbus-client:${{steps.application-version.outputs.tag}},oitc/modbus-client:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LABEL site.local.os.version="3.17"
LABEL site.local.runtime.name="Python"
LABEL site.local.runtime.version="3.10.9"
LABEL site.local.program.name="Python Modbus TCP Client"
LABEL site.local.program.version="1.0.9"
LABEL site.local.program.version="1.0.11"

COPY --from=builder /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages

Expand Down

0 comments on commit cea9cdf

Please sign in to comment.