From accbca812476031e1229ec2a9ec41fc9d0bbe628 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Mon, 17 Jul 2023 12:34:00 -0500 Subject: [PATCH] build: push openedx-dev cache to registry --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e11b4a80..0ff1551d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,5 +119,5 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Build Open edX Docker Images run: | - tutor images build openedx --cache-to-registry + tutor images build openedx openedx-dev --cache-to-registry tutor images push openedx