Skip to content

Commit

Permalink
Fixup docker publishing. (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium authored Aug 9, 2023
1 parent 67100db commit 0500ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
export VERSION=`./scripts/version.sh "$CIRCLE_BRANCH" "$CIRCLE_SHA1"`
docker build -f ./.docker/Dockerfile.debian --tag $IMAGE_NAME:latest-$CIRCLE_BRANCH-debian --tag $IMAGE_NAME:$VERSION-$CIRCLE_BRANCH-debian .
echo $DOCKERHUB_PASS | docker login -u $DOCKERHUB_USERNAME --password-stdin
#docker push $IMAGE_NAME
docker push $IMAGE_NAME
build-docker-distroless:
environment:
IMAGE_NAME: polymeshassociation/polymesh
Expand All @@ -378,7 +378,7 @@ jobs:
export VERSION=`./scripts/version.sh "$CIRCLE_BRANCH" "$CIRCLE_SHA1"`
docker build -f ./.docker/Dockerfile.distroless --tag $IMAGE_NAME:latest-$CIRCLE_BRANCH-distroless --tag $IMAGE_NAME:$VERSION-$CIRCLE_BRANCH-distroless .
echo $DOCKERHUB_PASS | docker login -u $DOCKERHUB_USERNAME --password-stdin
#docker push $IMAGE_NAME
docker push $IMAGE_NAME
build-docker-arm64-debian:
environment:
IMAGE_NAME: polymeshassociation/polymesh-arm64
Expand Down

0 comments on commit 0500ab9

Please sign in to comment.