File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ jobs:
2222 aws-region : eu-central-1
2323 - name : Login to Amazon ECR
2424 uses : aws-actions/amazon-ecr-login@v2
25- - name : Run ls
26- run : ls
27- # - name: Run kaniko
28- # uses: pythonitalia/[email protected] 29- # with:
30- # push: true
31- # tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
32- # cache: true
33- # cache-repository: ghcr.io/${{ github.repository }}/cache
25+ - name : Run kaniko
26+ working-directory : ./backend
27+ run : |
28+ /kaniko/executor \
29+ --dockerfile=./Dockerfile \
30+ --verbosity debug \
31+ --insecure \
32+ --skip-tls-verify \
33+ --force \
34+ --destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
You can’t perform that action at this time.
0 commit comments