We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7729d0 commit 4c764e4Copy full SHA for 4c764e4
.github/actions/skupper-integration-tests/action.yml
@@ -86,10 +86,11 @@ runs:
86
working-directory: skupper
87
shell: bash
88
89
+ # https://www.gnu.org/software/make/manual/make.html#Environment
90
- name: Build and push the controller image
91
run: |
- make docker-build
92
- make docker-push
+ make -e docker-build
93
+ make -e docker-push
94
95
96
env:
0 commit comments