File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66jobs :
77 image-build-push :
88 name : Image build and push
9- runs-on : ubuntu-latest
9+ runs-on : linux-amd64-cpu4
1010 steps :
1111 - name : Set repository as lower-case output variable
1212 id : repo_name
3636 context : .
3737 push : true
3838 platforms : linux/amd64,linux/arm64
39+ build-args : |
40+ "GOPROXY=${{ secrets.GO_PROXY_URL }}"
3941 tags : |
4042 ghcr.io/${{ steps.repo_name.outputs.repository }}:latest
4143 labels : ${{ steps.docker_meta.outputs.labels }}
Original file line number Diff line number Diff line change 66jobs :
77 image-build-push :
88 name : Image build and push
9- runs-on : ubuntu-latest
9+ runs-on : linux-amd64-cpu4
1010 steps :
1111 - name : Set repository as lower-case output variable
1212 id : repo_name
4040 context : .
4141 platforms : linux/amd64,linux/arm64
4242 push : true
43+ build-args : |
44+ "GOPROXY=${{ secrets.GO_PROXY_URL }}"
4345 tags : |
4446 ${{ steps.docker_meta.outputs.tags }}
4547 labels : ${{ steps.docker_meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments