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 6249df0 commit bad0959Copy full SHA for bad0959
.github/workflows/container-validation-backends.yml
@@ -87,6 +87,15 @@ jobs:
87
--build-arg DOCKER_PROXY=${ECR_HOSTNAME}/dockerhub/ \
88
-f Dockerfile \
89
-t dynamo-operator:latest .
90
+
91
+ - name: Check for uncommitted changes
92
+ shell: bash
93
+ env:
94
+ ECR_HOSTNAME: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
95
+ run: |
96
+ cd deploy/cloud/operator
97
+ make check
98
99
- name: Docker Tag and Push
100
uses: ./.github/actions/docker-tag-push
101
with:
0 commit comments