File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- FROM ghcr.io/pythonitalia/pycon/arm -pretix:v2024.10.0
1+ FROM ghcr.io/pythonitalia/pycon/base -pretix:v2024.10.0
22
33COPY ./settings.py /pretix/src/production_settings.py
44
You can’t perform that action at this time.
0 commit comments