Skip to content

Commit

Permalink
copy from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 27, 2023
1 parent 8c3a76b commit 17c2d82
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 @@ -134,7 +134,7 @@ build-alpha:
.PHONY: build-release
build-release:
mkdir -p bin/docker-archive/kotsadm
skopeo copy docker-daemon:kotsadm/kotsadm:${GIT_TAG} docker-archive:bin/docker-archive/kotsadm/${GIT_TAG}
skopeo copy docker://kotsadm/kotsadm:${GIT_TAG} docker-archive:bin/docker-archive/kotsadm/${GIT_TAG}

docker build --pull -f deploy/dex.Dockerfile -t kotsadm/dex:${DEX_TAG} --build-arg TAG=${DEX_TAG} .
docker push kotsadm/dex:${DEX_TAG}
Expand Down

0 comments on commit 17c2d82

Please sign in to comment.