diff --git a/.github/workflows/promotion.yml b/.github/workflows/promotion.yml index b8222f8..cbb746f 100644 --- a/.github/workflows/promotion.yml +++ b/.github/workflows/promotion.yml @@ -37,6 +37,6 @@ jobs: env: JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }} - - name: Promote artifact from eng-go-${{ github.event.inputs.source_env }}-local to eng-go-${{ github.event.inputs.target_env }}-local + - name: Promote artifact from eng-generic-${{ github.event.inputs.source_env }}-local to eng-generic-${{ github.event.inputs.target_env }}-local run: | - jf rt bpr ${{ github.event.inputs.build_name }} ${{ github.event.inputs.build_number }} eng-go-${{ github.event.inputs.target_env }}-local + jf rt bpr ${{ github.event.inputs.build_name }} ${{ github.event.inputs.build_number }} eng-generic-${{ github.event.inputs.target_env }}-local diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1248c4..11bc9e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # Terraform Provider release workflow. name: Release env: - JFROG_SERVER: eng-go-dev-local + JFROG_SERVER: eng-generic-dev-local JFROG_CLI_BUILD_NAME: ${{ github.repository }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} # This GitHub action creates a release when a tag that matches the pattern