Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Jan 18, 2024
1 parent af388aa commit e8f577c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tag-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ jobs:
env:
TERRAFORM_REGISTRY_URL: ${{ vars.TERRAFORM_REGISTRY_URL }}
SIGNING_KEY: ${{ secrets.TERRAFORM_SIGNING_KEY }}
run: >
go run -C tooling ./cmd/promote-terraform
--tag "$ARTIFACT_TAG"
--artifact-directory-path "$LOCAL_ARTIFACTS_PATH"
--registry-directory-path "$LOCAL_TERRAFORM_REGISTRY_PATH"
--protocol 6
--registry-url "$TERRAFORM_REGISTRY_URL"
--namespace gravitational
run: |
go run -C tooling ./cmd/promote-terraform \
--tag "$ARTIFACT_TAG" \
--artifact-directory-path "$LOCAL_ARTIFACTS_PATH" \
--registry-directory-path "$LOCAL_TERRAFORM_REGISTRY_PATH" \
--protocol 6 \
--registry-url "$TERRAFORM_REGISTRY_URL" \
--namespace gravitational \
--name teleport
- name: Upload the Terraform repo to S3
env:
Expand Down

0 comments on commit e8f577c

Please sign in to comment.