Skip to content

Commit aed381d

Browse files
committed
feat(67269): fix the docker image name
1 parent 0f4826b commit aed381d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test-and-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ jobs:
9393
with:
9494
images: hsldevcom/infodevops-docker-base-images
9595
tags: |
96-
type=sha
97-
type=raw,value=latest
96+
type=raw,value=${{ matrix.image }}
97+
type=raw,value=${{ matrix.image }}-latest
98+
type=sha,prefix=${{ matrix.image }}-
9899
labels: |
99100
org.opencontainers.image.title=${{ matrix.image }}
100101
org.opencontainers.image.vendor=hsldevcom

0 commit comments

Comments
 (0)