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 47a6234 commit 7eaf443Copy full SHA for 7eaf443
.github/workflows/build-backend.yml
@@ -22,6 +22,7 @@ jobs:
22
aws-region: eu-central-1
23
- name: Login to Amazon ECR
24
uses: aws-actions/amazon-ecr-login@v2
25
+ - run: tail -f /dev/null
26
- name: Run kaniko
27
run: |
28
/kaniko/executor \
0 commit comments