Skip to content

Commit fdc832c

Browse files
committed
change
1 parent b4a8ae1 commit fdc832c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-backend.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
build:
1010
name: Build
1111
runs-on: ${{ format('arm64-fargate-{0}{1}{2}', github.run_id, github.run_number, github.run_attempt) }}
12-
container:
13-
image: gcr.io/kaniko-project/executor:debug
1412
steps:
1513
- uses: actions/checkout@v4
1614
with:
@@ -24,10 +22,12 @@ jobs:
2422
aws-region: eu-central-1
2523
- name: Login to Amazon ECR
2624
uses: aws-actions/amazon-ecr-login@v2
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 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

0 commit comments

Comments
 (0)