Skip to content

Commit

Permalink
29_ckan:default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrepka committed Apr 4, 2023
1 parent c7139fa commit 3f55282
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 @@ -24,10 +24,10 @@ ecrLogin:
@echo ${ECR_PW} | docker login -u AWS --password-stdin ${ECR_URL}

build: ecrLogin
@docker build ./docker/ckan -t 29_ckan:${TAG} --build-arg GH_TOKEN=${GH_TOKEN} --progress plain --no-cache 2>&1 | tee build.log
@docker build ./docker/ckan -t 29_ckan:default --build-arg GH_TOKEN=${GH_TOKEN} --progress plain --no-cache 2>&1 | tee build.log

tag: build
docker tag 29_ckan:${TAG} ${ECR_URL}/29_ckan:${TAG}
docker tag 29_ckan:default ${ECR_URL}/29_ckan:${TAG}

ecrBuild: tag

Expand Down

0 comments on commit 3f55282

Please sign in to comment.