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 2d9eb72 commit 311f36bCopy full SHA for 311f36b
.github/workflows/build-backend.yml
@@ -22,6 +22,10 @@ jobs:
22
aws-region: eu-central-1
23
- name: Login to Amazon ECR
24
uses: aws-actions/amazon-ecr-login@v2
25
+ - name: Test
26
+ if: always()
27
+ run: |
28
+ sleep
29
- name: Run kaniko
30
working-directory: ./backend
31
run: |
@@ -30,7 +34,3 @@ jobs:
34
--context=./ \
35
--verbosity debug \
32
36
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
33
- - name: Test
- if: always()
- run: |
- sleep
0 commit comments