Skip to content

Commit

Permalink
testing ci (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Nov 26, 2024
2 parents 7254c59 + c48d018 commit 16df1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-requirements:
.PHONY: build
build: # Used to build the app
build:
DOCKER_BUILDKIT=1 docker build -f Dockerfile . -t ${image}:${ENV}-${release_version}-${sha} \
DOCKER_BUILDKIT=1 docker build -f Dockerfile . -t ${image}:${ENV}-${sha} \
--build-arg REQUIREMENTS_IMAGE=${image}:${REQUIREMENTS_TAG} \
--label "org.label-schema.build-date"="$(build_date)" \
--label "org.label-schema.name"="Codecov Slack App" \
Expand Down

0 comments on commit 16df1be

Please sign in to comment.