File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7- tags :
8- - ' *'
97 pull_request :
108
119jobs :
2119 uses : crazy-max/ghaction-docker-meta@v4.3.0
2220 with :
2321 images : ghcr.io/${{ github.repository }}
22+ tags : |
23+ type=sha
2424 -
2525 name : Set up QEMU
2626 uses : docker/setup-qemu-action@v2.1.0
3838 -
3939 name : Login to GitHub Container Registry
4040 uses : docker/login-action@v2.1.0
41- if : github.event_name != 'pull_request'
4241 with :
4342 registry : ghcr.io
4443 username : ${{ github.repository_owner }}
5251 platforms : linux/amd64
5352 cache-from : type=local,src=/tmp/.buildx-cache
5453 cache-to : type=local,mode=max,dest=/tmp/.buildx-cache
55- push : ${{ github.event_name != 'pull_request' }}
54+ push : true
5655 tags : ${{ steps.docker_meta.outputs.tags }}
5756 labels : ${{ steps.docker_meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments