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 7e9166a commit 68b4fa6Copy full SHA for 68b4fa6
.github/workflows/container-validation-backends.yml
@@ -93,6 +93,7 @@ jobs:
93
env:
94
ECR_HOSTNAME: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
95
run: |
96
+ sudo apt-get update && sudo apt-get install -y make
97
cd deploy/cloud/operator
98
make check
99
0 commit comments