File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,7 @@ jobs:
102102 echo "chart_version=${HELM_CHART_VERSION}" >> $GITHUB_OUTPUT
103103 forked_workflow=${{ (github.event.pull_request && github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) || github.repository != 'nginx/kubernetes-ingress' }}
104104 echo "forked_workflow=${forked_workflow}" >> $GITHUB_OUTPUT
105- if [ "$forked_workflow" = "false" ] && [ "${{ github.ref_name }}" != "${{ github.event.repository.default_branch }}" ]; then
106- echo "go_proxy=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}" >> $GITHUB_OUTPUT
107- elif [ "${{ github.ref_name }}" = "${{ github.event.repository.default_branch }}" ] || [[ "${{ github.ref_name }}" =~ "release-" ]]; then
108- echo "go_proxy=${{ secrets.ARTIFACTORY_ENDPOINT }}" >> $GITHUB_OUTPUT
109- else
110- echo "go_proxy=https://proxy.golang.org,direct" >> $GITHUB_OUTPUT
111- fi
105+ echo "go_proxy=https://proxy.golang.org,direct" >> $GITHUB_OUTPUT
112106 ./.github/scripts/variables.sh go_code_md5 >> $GITHUB_OUTPUT
113107 ./.github/scripts/variables.sh docker_md5 >> $GITHUB_OUTPUT
114108 ./.github/scripts/variables.sh build_tag >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 5959 id : vars
6060 run : |
6161 echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
62- echo "go_proxy=${{ secrets.ARTIFACTORY_ENDPOINT }}" >> $GITHUB_OUTPUT
62+ echo "go_proxy=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}" >> $GITHUB_OUTPUT
6363 source .github/data/version.txt
6464 echo "ic_version=${IC_VERSION}" >> $GITHUB_OUTPUT
6565 echo "chart_version=${HELM_CHART_VERSION}" >> $GITHUB_OUTPUT
@@ -118,7 +118,7 @@ jobs:
118118
119119 govulncheck :
120120 name : Run govulncheck
121- runs-on : ubuntu-24.04
121+ runs-on : ubuntu-24.04-amd64
122122 permissions :
123123 contents : read
124124 security-events : write
You can’t perform that action at this time.
0 commit comments