Skip to content

Commit 1bae596

Browse files
committed
workflows: build and push devbuilds images
Align smbmetrics with main image tag which is consumed by upstream Ceph project ('devbuilds-centos-amd64') in order to avoid lagging behind. Signed-off-by: Shachar Sharon <ssharon@redhat.com>
1 parent 995a34f commit 1bae596

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
@@ -110,3 +110,9 @@ jobs:
110110
- name: push container image
111111
# note: forcing use of docker here, since we did docker login above
112112
run: make CONTAINER_CMD=docker image-push
113+
- name: build dev container image
114+
# note: forcing use of docker here, since we did docker login above
115+
run: make CONTAINER_CMD=docker BASE_IMG_TAG=devbuilds-centos-amd64 image-build
116+
- name: push dev container image
117+
# note: forcing use of docker here, since we did docker login above
118+
run: make CONTAINER_CMD=docker BASE_IMG_TAG=devbuilds-centos-amd64 image-push

0 commit comments

Comments
 (0)