Skip to content

Commit

Permalink
Push to docker on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed May 26, 2022
1 parent de78254 commit 134982a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ workflows:
- build-amd64:
context: dockerhubsecret # the circleci context that contain your access token to dockerhub
filters:
branches:
only:
- main
tags:
only: /.*/
- build-arm64:
context: dockerhubsecret
filters:
branches:
only:
- main
tags:
only: /.*/
- push-multiarch-image:
context: dockerhubsecret
requires:
Expand Down

0 comments on commit 134982a

Please sign in to comment.