We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4826b commit aed381dCopy full SHA for aed381d
.github/workflows/build-test-and-push.yaml
@@ -93,8 +93,9 @@ jobs:
93
with:
94
images: hsldevcom/infodevops-docker-base-images
95
tags: |
96
- type=sha
97
- type=raw,value=latest
+ type=raw,value=${{ matrix.image }}
+ type=raw,value=${{ matrix.image }}-latest
98
+ type=sha,prefix=${{ matrix.image }}-
99
labels: |
100
org.opencontainers.image.title=${{ matrix.image }}
101
org.opencontainers.image.vendor=hsldevcom
0 commit comments