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 31
31
password : ${{ secrets.QUAY_TOKEN }}
32
32
registry : quay.io
33
33
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
-
41
34
- name : Image Build
42
35
run : |
43
36
make build
Original file line number Diff line number Diff line change 46
46
password : ${{ secrets.QUAY_TOKEN }}
47
47
registry : quay.io
48
48
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
-
56
49
- name : Image Build
57
50
run : |
58
51
make build
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments