Skip to content

Commit a7df92c

Browse files
committed
Update image tag to be correct for OKD 4.19
1 parent 4d78606 commit a7df92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Strip "v" prefix from tag name
3838
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
3939
# Use Docker `latest` tag convention
40-
[ "$VERSION" == "main" ] && VERSION=latest-scos4.19
40+
[ "$VERSION" == "main" ] && VERSION=latest-centos9
4141
echo "IMAGE_ID=$IMAGE_ID" >> $GITHUB_ENV
4242
echo "VERSION=$VERSION" >> $GITHUB_ENV
4343

0 commit comments

Comments
 (0)