File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Docker build
33on :
44 workflow_dispatch :
55 push :
6- branches : [ "master", "main", "maint/*", "gha-docker-build " ]
6+ branches : [ "master", "main", "maint/*", "gha-docker* " ]
77 tags : " *"
88 pull_request :
99 branches : [ "master", "main", "maint/*" ]
5656 labels : ${{ steps.meta.outputs.labels }}
5757 platforms : linux/amd64
5858 cache-from : |
59- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
59+ type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:gha-docker
6060 type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
6161 type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }}
6262 cache-to : type=inline
You can’t perform that action at this time.
0 commit comments