Skip to content

Commit

Permalink
Tag native image builds with snapshot-native instead of `latest-nat…
Browse files Browse the repository at this point in the history
…ive`

Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: mehab <meha.bhargava@citi.com>
  • Loading branch information
nscuro authored and mehab committed Sep 12, 2023
1 parent 81a2909 commit 126f4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-native-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
file: ./${{ inputs.module }}/src/main/docker/Dockerfile.native-multiarch
platforms: linux/amd64,linux/arm64
push: ${{ startsWith(github.repository, 'DependencyTrack/') }}
tags: ghcr.io/dependencytrack/hyades-${{ inputs.module }}:latest-native
tags: ghcr.io/dependencytrack/hyades-${{ inputs.module }}:snapshot-native

0 comments on commit 126f4f6

Please sign in to comment.