Skip to content

Commit

Permalink
update kubernetes template to use new image. update workflow to use n…
Browse files Browse the repository at this point in the history
…ewer versions
  • Loading branch information
yuenmichelle1 committed Dec 4, 2023
1 parent b3b6b62 commit 02b2a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
needs: [build_and_push_image]
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion api/batch_processing/api_core/kubernetes/deployment.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: camera-traps-api
image: zooniverse/camera-traps-api:__IMAGE_TAG__
image: ghcr.io/zooniverse/camera-traps-api:__IMAGE_TAG__
resources:
requests:
memory: "100Mi"
Expand Down

0 comments on commit 02b2a27

Please sign in to comment.