Skip to content

Commit

Permalink
Do not use cache in MFE image build
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Aug 25, 2023
1 parent c35a0f0 commit 8ff20ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ variables:
- tutor config save

.build-execute-openedx: &build-execute-openedx
- tutor images build openedx --build-arg --cache-from --build-arg "${OPENEDX_IMAGE}"-cache --cache-to-registry
- tutor images build openedx --build-arg --cache-from --build-arg "${OPENEDX_IMAGE}":-cache --cache-to-registry
- tutor images push openedx

.build-execute-mfe: &build-execute-mfe
- tutor images build mfe --build-arg --cache-from --build-arg "${MFE_IMAGE}"-cache --cache-to-registry
- tutor images build mfe
- tutor images push mfe

.deploy-prepare: &deploy-prepare
- eval $(ssh-agent -s)
Expand Down

0 comments on commit 8ff20ff

Please sign in to comment.