File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 9191 uses : docker/build-push-action@v3
9292 with :
9393 push : ${{ github.event_name != 'pull_request' }}
94- tags : jruaux/trino-redisearch:latest
94+ tags : jruaux/trino-redisearch:early-access
Original file line number Diff line number Diff line change 7676 path : |
7777 out/jreleaser/trace.log
7878 out/jreleaser/output.properties
79+
80+ - name : Set up QEMU
81+ uses : docker/setup-qemu-action@v2
82+
83+ - name : Set up Docker Buildx
84+ uses : docker/setup-buildx-action@v2
85+
86+ - name : Login to DockerHub
87+ uses : docker/login-action@v2
88+ with :
89+ username : ${{ secrets.DOCKER_USERNAME }}
90+ password : ${{ secrets.DOCKER_PASSWORD }}
91+
92+ - name : Build and push
93+ uses : docker/build-push-action@v3
94+ with :
95+ push : ${{ github.event_name != 'pull_request' }}
96+ tags : jruaux/trino-redisearch:latest,jruaux/trino-redisearch:${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments