File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3030env :
3131 # Use docker.io for Docker Hub if empty
3232 REGISTRY_SERVER_ADDRESS : ghcr.io/openinsight-proj
33- REGISTRY_USER_NAME : ${{ github.repository_owner }}
34- REGISTRY_PASSWORD : ${{ secrets.REGISTRY_TOKEN }}
3533
3634jobs :
3735 release-images :
7775 with :
7876 registry : ghcr.io
7977 username : ${{ github.repository_owner }}
80- password : ${{ secrets.ACTIONS_TOKEN }}
78+ password : ${{ secrets.GITHUB_TOKEN }}
8179 - run : make genotelcontribcol
8280 - name : Build otel col contrib amd64
8381 run : GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64
9391 context : .
9492 platforms : linux/amd64,linux/arm64
9593 push : true
96- tags : ${{ env.REGISTRY_SERVER_ADDRESS }}/opentelemetry-collector-contrib:${{ env.VERSION }}-${{ env.TAG }}
94+ tags : ${{ env.REGISTRY_SERVER_ADDRESS }}/opentelemetry-collector-contrib:${{ env.VERSION }}-${{ env.TAG }}
You can’t perform that action at this time.
0 commit comments