Skip to content

Commit 42270a3

Browse files
authored
Merge pull request #532 from jgehrcke/jp/push-wo-version-pfx
ci: push image w/o version prefix
2 parents e3d43f6 + 7037dd7 commit 42270a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ jobs:
4949
run: |
5050
echo "${VERSION}"
5151
make -f deployments/container/Makefile build
52+
# Push the image again, using a shorter tag (only commit hash + ubi9 suffix)
53+
export IMAGE_TAG="$(echo $GITHUB_SHA | cut -c1-8)-ubi9"
54+
make -f deployments/container/Makefile build

0 commit comments

Comments
 (0)