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.
2 parents e3d43f6 + 7037dd7 commit 42270a3Copy full SHA for 42270a3
.github/workflows/image.yaml
@@ -49,3 +49,6 @@ jobs:
49
run: |
50
echo "${VERSION}"
51
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