Skip to content

Commit

Permalink
add cci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored May 18, 2024
1 parent 5c49aad commit 551828c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@ jobs:
# docker build -t $DOCKERHUB_USERNAME/circleci-docker-example:$TAG .

# docker push $DOCKERHUB_USERNAME/circleci-docker-example:$TAG

workflows:
commit:
jobs:
- build-arm-image
nightly:
triggers:
- schedule:
cron: "0 0 22 * *"
filters:
branches:
only:
- main
jobs:
- build-arm-image

0 comments on commit 551828c

Please sign in to comment.