Skip to content

Commit 3414ace

Browse files
authored
Fix docker arg name and bump version
1 parent 0647a6f commit 3414ace

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747
tag: ${{ github.ref_name }}
4848
tag_with_latest: true
49-
extra_args: --build-arg=version=${{ github.ref_name }}
49+
extra_args: --build-arg=VERSION=${{ github.ref_name }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "secscanner2junit"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Convert Security Scanner Output to JUnit Format"
55
authors = ["Florian Angermeir <florian.angermeir@tum.de>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)