File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 3131 password : ${{ secrets.QUAY_TOKEN }}
3232 registry : quay.io
3333
34- - name : Login to Red Hat Registry
35- uses : redhat-actions/podman-login@v1
36- with :
37- username : ${{ secrets.RH_REG_ID }}
38- password : ${{ secrets.RH_REG_TOKEN }}
39- registry : registry.redhat.io
40-
4134 - name : Image Build
4235 run : |
4336 make build
Original file line number Diff line number Diff line change 4646 password : ${{ secrets.QUAY_TOKEN }}
4747 registry : quay.io
4848
49- - name : Login to Red Hat Registry
50- uses : redhat-actions/podman-login@v1
51- with :
52- username : ${{ secrets.RH_REG_ID }}
53- password : ${{ secrets.RH_REG_TOKEN }}
54- registry : registry.redhat.io
55-
5649 - name : Image Build
5750 run : |
5851 make build
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.redhat.io /ubi8/go-toolset:1.18.9-8 as builder
2+ FROM registry.access. redhat.com /ubi8/go-toolset:1.18.9-8 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments