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 435fe7b commit e6c0dcfCopy full SHA for e6c0dcf
.github/workflows/build-backend.yml
@@ -24,5 +24,6 @@ jobs:
24
/kaniko/executor \
25
--dockerfile=./Dockerfile \
26
--context=git://github.com/${{ github.repository }}#${{ github.ref }} \
27
+ --context-sub-path=./backend \
28
--verbosity debug \
29
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
0 commit comments