Skip to content

Commit

Permalink
Upgrade docker orb version (#4)
Browse files Browse the repository at this point in the history
* upgrade docker orb

Signed-off-by: Jeff Kennedy <jeffk@kiva.org>
  • Loading branch information
Jeff Kennedy authored Jun 27, 2022
1 parent 312038e commit dce47f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ workflows:
requires:
- protocol-integration-tests
filters: # only run for semver tagged versions
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)/
branches:
ignore: /.*/
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)/
branches:
ignore: /.*/
update-description: true
docker-context: implementations/fsp
dockerfile: implementations/fsp/Dockerfile.production
Expand All @@ -221,10 +221,10 @@ workflows:
requires:
- protocol-integration-tests
filters: # only run for semver tagged versions
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)/
branches:
ignore: /.*/
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)/
branches:
ignore: /.*/
update-description: true
docker-context: implementations/tdc
dockerfile: implementations/tdc/Dockerfile.production
Expand Down Expand Up @@ -275,7 +275,7 @@ workflows:

orbs:
node: circleci/node@1.1.6
docker: circleci/docker@1.3.0
docker: circleci/docker@2.1.2
kube-orb: circleci/kubernetes@0.11.1
aws-eks: circleci/aws-eks@1.0.1
helm: circleci/helm@1.2.0

0 comments on commit dce47f7

Please sign in to comment.