Skip to content

Commit ba759b9

Browse files
Adding missing latest tag to docker push. bump to snapshot
Signed-off-by: Steve Springett <[email protected]>
1 parent 5e810d9 commit ba759b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/_meta-build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
with:
9090
tags: |-
9191
docker.io/dependencytrack/${{ matrix.distribution }}:${{ inputs.app-version }}
92+
docker.io/dependencytrack/${{ matrix.distribution }}:latest
9293
build-args: |-
9394
APP_VERSION=${{ inputs.app-version }}
9495
COMMIT_SHA=${{ github.sha }}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<groupId>org.dependencytrack</groupId>
3232
<artifactId>dependency-track</artifactId>
3333
<packaging>war</packaging>
34-
<version>4.5.0</version>
34+
<version>4.5.0-SNAPSHOT</version>
3535

3636
<name>Dependency-Track</name>
3737
<url>https://dependencytrack.org/</url>

0 commit comments

Comments
 (0)