Skip to content

Commit

Permalink
Merge branch 'updates' into 'master'
Browse files Browse the repository at this point in the history
fix publish python image

See merge request ghsc/esi/shakecast/shakecast!592
  • Loading branch information
dslosky-usgs committed May 17, 2021
2 parents 252e9be + 96bbfce commit e54e605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ prod-staging:
# PUBLISH PACKAGES/CONTAINERS
publish-python:
stage: publish
image:
name: ${CODE_REGISTRY_IMAGE}/shakecast:latest
entrypoint: [""]
extends:
- .python
- .release
only:
- tags
Expand Down

0 comments on commit e54e605

Please sign in to comment.