Skip to content

Commit

Permalink
Merge pull request #16 from audetv/dev-2
Browse files Browse the repository at this point in the history
Исправлена ошибка в наименовании репозитория в Makefile
  • Loading branch information
audetv authored Apr 8, 2023
2 parents 66d2e1b + d5a46cf commit ec8f16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
GOOS=linux GOARCH=amd64 go build -o ./dist/fct-parser.linux.amd64

docker-build:
docker --log-level=debug build --pull --file=docker/Dockerfile --tag=${REGISTRY}/fct-search-parser:${IMAGE_TAG} .
docker --log-level=debug build --pull --file=docker/Dockerfile --tag=${REGISTRY}/fct-parser:${IMAGE_TAG} .

push:
docker push ${REGISTRY}/fct-search-parser:${IMAGE_TAG}
docker push ${REGISTRY}/fct-parser:${IMAGE_TAG}

0 comments on commit ec8f16f

Please sign in to comment.