Skip to content

Commit

Permalink
Merge pull request #26 from zooniverse/gha-update-2
Browse files Browse the repository at this point in the history
Use GHCR, not default Dockerhub
  • Loading branch information
zwolf authored Mar 22, 2023
2 parents 261890c + 51a4aa7 commit a8b9d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: markdown-api
image: zooniverse/markdown-api:__IMAGE_TAG__
image: ghcr.io/zooniverse/markdown-api:__IMAGE_TAG__
env:
- name: NODE_ENV
value: "production"
Expand Down

0 comments on commit a8b9d19

Please sign in to comment.