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 4d78606 commit a7df92cCopy full SHA for a7df92c
.github/workflows/publish-docker-image.yml
@@ -37,7 +37,7 @@ jobs:
37
# Strip "v" prefix from tag name
38
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
39
# Use Docker `latest` tag convention
40
- [ "$VERSION" == "main" ] && VERSION=latest-scos4.19
+ [ "$VERSION" == "main" ] && VERSION=latest-centos9
41
echo "IMAGE_ID=$IMAGE_ID" >> $GITHUB_ENV
42
echo "VERSION=$VERSION" >> $GITHUB_ENV
43
0 commit comments