Skip to content

Commit

Permalink
use the proper env variables to push to reactiveops quay org (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Reed authored Sep 29, 2021
1 parent 8758156 commit 63b8ad4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
vault_path: repo/global/env
- rok8s-scripts/docker_login:
registry: "quay.io"
username: $FAIRWINDS_QUAY_USER
password-variable: FAIRWINDS_QUAY_TOKEN
username: $REACTIVEOPS_QUAY_USER
password-variable: REACTIVEOPS_QUAY_TOKEN
- run: goreleaser
snapshot:
working_directory: /go/src/github.com/fairwindsops/rbac-manager
Expand Down Expand Up @@ -146,15 +146,17 @@ workflows:
<<: *e2e_configuration
release:
jobs:
- publish_docs:
- build_and_release:
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
- build_and_release:
- publish_docs:
requires:
- build_and_release
filters:
branches:
ignore: /.*/
tags:
only: /.*/
only: /v.*/

0 comments on commit 63b8ad4

Please sign in to comment.