File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55# branches-ignore:
66# - main # primary branch of the original repository (upstream), used to fetch updates
7- # branches:
8- # - master # local branch in our fork, used for our own changes and builds
9- # - next # experimental or feature branch for upcoming changes
7+ branches :
8+ - master # local branch in our fork, used for our own changes and builds
9+ - next # experimental or feature branch for upcoming changes
1010 tags :
1111 - " *"
1212
4444 images : ghcr.io/${{ github.repository }}
4545 tags : |
4646 type=ref,event=tag
47+ type=ref,ref=branch
4748 type=semver,pattern={{version}}
4849 type=semver,pattern={{major}}.{{minor}}
4950 flavor : latest=true
7677 images : ${{ github.repository }}
7778 tags : |
7879 type=ref,event=tag
80+ type=ref,ref=branch
7981 type=semver,pattern={{version}}
8082 type=semver,pattern={{major}}.{{minor}}
8183 flavor : latest=true
You can’t perform that action at this time.
0 commit comments