Skip to content

Commit 433ec18

Browse files
authored
fix: docker/build-push-action was using non-latest operator code (#163)
1 parent 5a40a47 commit 433ec18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
- name: build-operator-image
151151
uses: docker/build-push-action@v3
152152
with:
153+
context: .
153154
push: false
154155
# Get commit short sha within Github action workflow
155156
# Just a random string name, we aren't uploading anyway

0 commit comments

Comments
 (0)