Skip to content

Commit a728db1

Browse files
committed
changs
1 parent 1892c9c commit a728db1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
builder: ${{ steps.buildx.outputs.name }}
3636
provenance: false
3737
push: true
38-
tags: |
39-
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
38+
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
4039
cache-from: type=local,src=/tmp/.buildx-cache
4140
cache-to: type=local,dest=/tmp/.buildx-cache
4241
platforms: linux/arm64

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
builder: ${{ steps.buildx.outputs.name }}
4040
provenance: false
4141
push: true
42-
tags: ghcr.io/pythonitalia/pycon/arm-pretix:${{ inputs.version }}
42+
tags: ghcr.io/pythonitalia/pycon/base-pretix:${{ inputs.version }}
4343
cache-from: type=local,src=/tmp/.buildx-cache
4444
cache-to: type=local,dest=/tmp/.buildx-cache
4545
platforms: linux/arm64

pretix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pythonitalia/pycon/arm-pretix:v2024.10.0
1+
FROM ghcr.io/pythonitalia/pycon/base-pretix:v2024.10.0
22

33
COPY ./settings.py /pretix/src/production_settings.py
44

0 commit comments

Comments
 (0)