Skip to content

Commit

Permalink
fix(CD): typo in docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjun827 committed Nov 19, 2023
1 parent 8f6ed5c commit 69ce33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
docker buildx create --use
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 -t your-docker-registry/thoughts-api:latest -f operations/docker/dockerfile.service .
docker buildx build --platform linux/amd64,linux/arm64 -t thoughts/thoughts-api:latest -f operations/docker/dockerfile.service .
- name: Create PersistentVolume and PersistentVolumeClaim
run: |
Expand Down

0 comments on commit 69ce33f

Please sign in to comment.