File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments