Skip to content

Commit b9923f9

Browse files
committed
change update
1 parent 24febb5 commit b9923f9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
provenance: false
3737
push: true
3838
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
39-
cache-from: type=local,src=/tmp/.buildx-cache
40-
cache-to: type=local,dest=/tmp/.buildx-cache
39+
cache-from: type=gha
40+
cache-to: type=gha,mode=max
4141
platforms: linux/arm64

.github/workflows/build-base-pretix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
provenance: false
4141
push: true
4242
tags: ghcr.io/pythonitalia/pycon/base-pretix:${{ inputs.version }}
43-
cache-from: type=local,src=/tmp/.buildx-cache
44-
cache-to: type=local,dest=/tmp/.buildx-cache
43+
cache-from: type=gha
44+
cache-to: type=gha,mode=max
4545
platforms: linux/arm64

.github/workflows/build-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
provenance: false
5252
push: true
5353
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/${{ inputs.tf_environment }}-pycon-frontend:${{ inputs.githash }}
54-
cache-from: type=local,src=/tmp/.buildx-cache
55-
cache-to: type=local,dest=/tmp/.buildx-cache
54+
cache-from: type=gha
55+
cache-to: type=gha,mode=max
5656
platforms: linux/arm64
5757
build-args: |
5858
API_URL_SERVER=https://${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it

.github/workflows/build-pretix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
provenance: false
3535
push: true
3636
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pretix:arm-${{ inputs.githash }}
37-
cache-from: type=local,src=/tmp/.buildx-cache
38-
cache-to: type=local,dest=/tmp/.buildx-cache
37+
cache-from: type=gha
38+
cache-to: type=gha,mode=max
3939
platforms: linux/arm64

0 commit comments

Comments
 (0)