Skip to content

Commit fc83619

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
workflows: include {nightly,devbuilds}-centos-amd64 in push
When pushing to quay.io enable the samba-server:nightly-centos-amd64 and samba-server:devbuilds-centos-amd64 image builds. These will be used as part of the ongoing SMB on Ceph work in the Ceph repo. Signed-off-by: John Mulligan <[email protected]>
1 parent 55363f5 commit fc83619

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/container-image.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ jobs:
247247
with:
248248
image: "samba-server:nightly-fedora-amd64"
249249
container_engine: ${{ env.CONTAINER_CMD }}
250+
- name: Fetch server nightly-centos-amd64
251+
uses: ishworkh/[email protected]
252+
with:
253+
image: "samba-server:nightly-centos-amd64"
254+
container_engine: ${{ env.CONTAINER_CMD }}
255+
- name: Fetch server devbuilds-centos-amd64
256+
uses: ishworkh/[email protected]
257+
with:
258+
image: "samba-server:devbuilds-centos-amd64"
259+
container_engine: ${{ env.CONTAINER_CMD }}
250260
# (ad server images)
251261
- name: Fetch ad-server default-fedora-amd64
252262
uses: ishworkh/[email protected]
@@ -280,6 +290,8 @@ jobs:
280290
--no-distro-qualified
281291
-i samba-server:default-fedora-amd64
282292
-i samba-server:nightly-fedora-amd64
293+
-i samba-server:nightly-centos-amd64
294+
-i samba-server:devbuilds-centos-amd64
283295
-i samba-ad-server:default-fedora-amd64
284296
-i samba-ad-server:nightly-fedora-amd64
285297
-i samba-client:default-fedora-amd64
@@ -294,6 +306,8 @@ jobs:
294306
--push-selected-tags=mixed
295307
-i ${REPO_BASE}/samba-server:default-fedora-amd64
296308
-i ${REPO_BASE}/samba-server:nightly-fedora-amd64
309+
-i ${REPO_BASE}/samba-server:nightly-centos-amd64
310+
-i ${REPO_BASE}/samba-server:devbuilds-centos-amd64
297311
-i ${REPO_BASE}/samba-ad-server:default-fedora-amd64
298312
-i ${REPO_BASE}/samba-ad-server:nightly-fedora-amd64
299313
-i ${REPO_BASE}/samba-client:default-fedora-amd64

0 commit comments

Comments
 (0)