Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed May 27, 2022
1 parent cb6f1f1 commit 54112a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflows:
jobs:
- go_build
- docker_build
- docker_build_and_bush:
- docker_build_and_push:
context: "DockerHub"
filters:
tags:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- run: docker login -u="${DOCKER_REGISTRY_USERNAME}" -p="${DOCKER_REGISTRY_PASSWORD}"
- run: make build-image-multi

docker_build_and_bush:
docker_build_and_push:
machine:
image: ubuntu-2004:202104-01
docker_layer_caching: true
Expand Down

0 comments on commit 54112a1

Please sign in to comment.