Skip to content

Commit 18df42d

Browse files
fix image build file
1 parent ed1b804 commit 18df42d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_push_controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-go@v2
3535
with:
36-
go-version: '1.19.2'
36+
go-version: '1.21'
3737
- name: set ARCH and OD
3838
run: |
3939
echo "ARCH=$(case $(uname -m) in x86_64) echo -n amd64 ;; aarch64) echo -n arm64 ;; *) echo -n $(uname -m) ;; esac)" >> $GITHUB_ENV
@@ -123,7 +123,7 @@ jobs:
123123
- name: Build
124124
run: |
125125
go build -v -a -ldflags '-extldflags "-static"' -gcflags="all=-N -l" -o ./bin/ocp-efa-device-plugin ./cmd/ocp-efa-device-plugin/
126-
- name: Build and push controller
126+
- name: Build and push efa device plugin
127127
uses: docker/build-push-action@v2
128128
with:
129129
context: ./bin/
@@ -159,7 +159,7 @@ jobs:
159159
- name: Build
160160
run: |
161161
go build -v -a -ldflags '-extldflags "-static"' -gcflags="all=-N -l" -o ./bin/ocp-gdrdrv-device-plugin ./cmd/ocp-gdrdrv-device-plugin/
162-
- name: Build and push controller
162+
- name: Build and push gdrdrv device plugin
163163
uses: docker/build-push-action@v2
164164
with:
165165
context: ./bin/

0 commit comments

Comments
 (0)