Skip to content

Commit

Permalink
build: use latest image for api deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxitect committed Nov 24, 2024
1 parent abc50db commit 11242e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: pokelike-api
image: europe-west2-docker.pkg.dev/poke-like-api/pokelike-artifacts/pokelike-artifacts:${GITHUB_SHA}
image: europe-west2-docker.pkg.dev/poke-like-api/pokelike-artifacts/pokelike-artifacts:latest
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit 11242e6

Please sign in to comment.