File tree Expand file tree Collapse file tree 3 files changed +0
-66
lines changed Expand file tree Collapse file tree 3 files changed +0
-66
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 sarif_file : ' trivy-results.sarif'
3737
38- build-openshift :
39- name : Image build/openshift
40- runs-on : ubuntu-latest
41- steps :
42- - name : Check out code into the Go module directory
43- uses : actions/checkout@v4
44-
45- - name : Set up Docker Buildx
46- uses : docker/setup-buildx-action@v3
47-
48- - name : Build container image
49- uses : docker/build-push-action@v6
50- with :
51- context : .
52- push : false
53- tags : k8snetworkplumbingwg/whereabouts-ocp
54- file : Dockerfile.openshift
55-
5638 build-arm64 :
5739 name : Image build/arm64
5840 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3333 tags : ghcr.io/${{ github.repository }}:latest-amd64
3434 file : Dockerfile
3535
36- push-origin :
37- name : Image push/origin
38- runs-on : ubuntu-latest
39- steps :
40- - name : Check out code into the Go module directory
41- uses : actions/checkout@v4
42-
43- - name : Set up Docker Buildx
44- uses : docker/setup-buildx-action@v3
45-
46- - name : Login to Container Registry
47- if : github.repository_owner == 'k8snetworkplumbingwg'
48- uses : docker/login-action@v3
49- with :
50- registry : ghcr.io
51- username : ${{ github.repository_owner }}
52- password : ${{ secrets.GITHUB_TOKEN }}
53-
54- - name : Push container image
55- if : github.repository_owner == 'k8snetworkplumbingwg'
56- uses : docker/build-push-action@v6
57- with :
58- context : .
59- push : true
60- tags : ghcr.io/${{ github.repository }}:latest-ocp
61- file : Dockerfile.openshift
62-
6336 push-arm64 :
6437 name : Image build/arm64
6538 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments