Skip to content

Commit 1dff25d

Browse files
committed
change
1 parent b905ea3 commit 1dff25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Login to Amazon ECR
2424
uses: aws-actions/amazon-ecr-login@v2
2525
- name: Run kaniko
26-
uses: pythonitalia/kaniko-action@main
26+
uses: pythonitalia/kaniko-action@v1.0
2727
with:
2828
push: true
2929
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}

0 commit comments

Comments
 (0)