Skip to content

Commit

Permalink
updated image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Oct 25, 2023
1 parent b651a23 commit 710871c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build:
dockerfile: Dockerfile
test:
- context: .
image: registry.local:32000/hitcounter
image: hitcounter
custom:
- command: export RETRY_COUNT=1; DATABASE_URI=redis://localhost:6379/0 green
- command: export DATABASE_URI=redis://localhost:6379/0 green
manifests:
rawYaml:
- k8s/deployment.yaml
Expand Down

0 comments on commit 710871c

Please sign in to comment.