Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith authored Sep 21, 2023
1 parent 314baf6 commit e5e5062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ CopyDevImages:
- echo "FROM ghcr.io/quanted/hms_app:dev-kube" > /workspace/Dockerfile
- /kaniko/executor --context=/workspace --destination=$CI_REGISTRY_IMAGE/hms_django:$CI_COMMIT_REF_NAME
# HMS flask image
- echo "FROM ghcr.io/quanted/hms_flask:mamba" > /workspace/Dockerfile
- echo "FROM ghcr.io/quanted/hms_flask:dev-kube" > /workspace/Dockerfile
- /kaniko/executor --context=/workspace --destination=$CI_REGISTRY_IMAGE/hms_flask:$CI_COMMIT_REF_NAME
# HMS dask image
- echo "FROM ghcr.io/quanted/hms-dask:main" > /workspace/Dockerfile
- echo "FROM ghcr.io/quanted/hms_flask:dev-kube" > /workspace/Dockerfile
- /kaniko/executor --context=/workspace --destination=$CI_REGISTRY_IMAGE/hms_dask:$CI_COMMIT_REF_NAME
# HMS nginx image
- echo "FROM ghcr.io/quanted/hms-nginx:dev-gl" > /workspace/Dockerfile
Expand Down

0 comments on commit e5e5062

Please sign in to comment.