Skip to content

Commit 5aa2c4e

Browse files
phlogistonjohnsynarete
authored andcommitted
workflows: build and push ceph20 based images
The samba-container project recently established a new package source, `ceph20` intended to provide images for Ceph 20.y.z (aka tentacle). Create a ceph20 patterned image for the samba-metrics image too. Signed-off-by: John Mulligan <jmulligan@redhat.com>
1 parent e83ca96 commit 5aa2c4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ jobs:
116116
- name: push dev container image
117117
# note: forcing use of docker here, since we did docker login above
118118
run: make CONTAINER_CMD=docker BASE_IMG_TAG=devbuilds-centos-amd64 image-push
119+
- name: build ceph20 container image
120+
# note: forcing use of docker here, since we did docker login above
121+
run: make CONTAINER_CMD=docker BASE_IMG_TAG=ceph20-centos-amd64 image-build
122+
- name: push ceph20 container image
123+
# note: forcing use of docker here, since we did docker login above
124+
run: make CONTAINER_CMD=docker BASE_IMG_TAG=ceph20-centos-amd64 image-push

0 commit comments

Comments
 (0)