Skip to content

Commit

Permalink
Do not explicitly use cache in openedx image build
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Sep 6, 2023
1 parent d1d4e15 commit c5c29b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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 --cache-to-registry
- tutor images push openedx

.build-execute-mfe: &build-execute-mfe
Expand Down

0 comments on commit c5c29b5

Please sign in to comment.