Skip to content

Commit

Permalink
testing ci (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Nov 26, 2024
2 parents 16df1be + 3f39e83 commit 32b890d
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 @@ -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}-${sha} \
DOCKER_BUILDKIT=1 docker build -f Dockerfile . -t ${image}:${ENV}-release-${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 All @@ -75,6 +75,6 @@ up:
.PHONY: push
push: # Used to build the app
push:
docker tag ${image}:${ENV}-${sha} ${image}:${ENV}-latest
docker tag ${image}:${ENV}-${sha} ${image}:${ENV}-release-latest
docker push ${image}:${ENV}-${sha}
docker push ${image}:${ENV}-latest

0 comments on commit 32b890d

Please sign in to comment.