Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Aug 20, 2023
1 parent 00a0233 commit 2e5c3d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
version: 2.1

# Circle CI arm64 builder
orbs:
docker: circleci/docker@2.1.4

jobs:
build-arm64:
Expand Down Expand Up @@ -32,6 +34,11 @@ jobs:
fi
- run: docker --version
- run: docker info
- docker/check:
registry: docker.io
repo: $REPO_NAME
docker-username: $DOCKERHUB_USERNAME
docker-password: $DOCKERHUB_ACCESS_TOKEN
- run: make test-<< parameters.target-version-variant >>
- run: docker images
- run:
Expand All @@ -43,11 +50,7 @@ jobs:
circleci-agent step halt
fi
- docker/check:
registry: docker.io
repo: $REPO_NAME
docker-username: $DOCKERHUB_USERNAME
docker-password: $DOCKERHUB_ACCESS_TOKEN
- run:
name: "Push docker image : make push-<< parameters.target-version-variant >>"
Expand Down

0 comments on commit 2e5c3d8

Please sign in to comment.