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 b905ea3 commit 1dff25dCopy full SHA for 1dff25d
.github/workflows/build-backend.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Login to Amazon ECR
24
uses: aws-actions/amazon-ecr-login@v2
25
- name: Run kaniko
26
- uses: pythonitalia/kaniko-action@main
+ uses: pythonitalia/kaniko-action@v1.0
27
with:
28
push: true
29
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
0 commit comments