File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,24 @@ jobs:
1818 contents : read
1919 packages : write
2020 steps :
21+ - name : Log in to the Container registry
22+ uses : docker/login-action@v3
23+ with :
24+ registry : ghcr.io
25+ username : ${{ github.actor }}
26+ password : ${{ secrets.GITHUB_TOKEN }}
2127 - uses : actions/checkout@v4
2228 with :
2329 repository : pretix/pretix
2430 ref : ${{ inputs.version }}
25- - name : Login to Amazon ECR
26- uses : aws-actions/amazon-ecr-login@v2
2731 - name : Set up Docker Buildx
2832 id : buildx
2933 uses : docker/setup-buildx-action@v3
3034 - name : Build pretix base
3135 uses : docker/build-push-action@v6
3236 id : build-pretix-base
3337 with :
34- file : ./Dockerfile
38+ context : .
3539 builder : ${{ steps.buildx.outputs.name }}
3640 provenance : false
3741 push : true
You can’t perform that action at this time.
0 commit comments