Skip to content

Commit

Permalink
fetch proxies from vault
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Nov 6, 2024
1 parent f318741 commit db1acc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
secretId: ${{ secrets.VAULT_SECRET_ID }}
secrets: |
kv/team/text/data/harbor * ;
kv/team/text/data/ammo-stage *
kv/team/text/data/ammo-stage * ;
kv/team/text/data/ci-proxy *
- name: Log in to Harbor
uses: docker/login-action@v3
Expand Down Expand Up @@ -100,8 +101,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
file: Dockerfile
build-args: |
HTTP_PROXY=${{ secrets.HTTP_PROXY }}
HTTPS_PROXY=${{ secrets.HTTPS_PROXY }}
HTTP_PROXY=${{ steps.import-secrets.outputs.HTTP_PROXY }}
HTTPS_PROXY=${{ steps.import-secrets.outputs.HTTPS_PROXY }}
deploy-to-stage:
name: Deploy stage environment
Expand Down

0 comments on commit db1acc9

Please sign in to comment.