Skip to content

Commit

Permalink
build v18 containers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 20, 2023
1 parent 51f8c36 commit 9f69e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
upstream_tag="$tag"
if [ "$tag" = "main" ]
then
upstream_tag="v17"
upstream_tag="v18"
fi
image_name="ghcr.io/cubyte-oss/ceph:${tag}-cubyte"
podman build --build-arg UPSTREAM_TAG="$upstream_tag" -t "$image_name" .
Expand Down

0 comments on commit 9f69e60

Please sign in to comment.