Skip to content

Commit e5f5a69

Browse files
committed
change
1 parent fdc832c commit e5f5a69

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build-backend.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)