66 branches :
77 - main
88 paths :
9- - 10.2 /beta/**
9+ - 10.3 /beta/**
1010 - .github/workflows/build-beta.yml
1111
1212jobs :
1919 -
2020 name : Set up dynamic build ARGs
2121 id : getargs
22- run : echo "version=$(cat ./10.2 /beta/VERSION)" >> $GITHUB_OUTPUT
22+ run : echo "version=$(cat ./10.3 /beta/VERSION)" >> $GITHUB_OUTPUT
2323 -
2424 name : Set up Docker metadata for Alpine
2525 id : meta-alpine
3030 ghcr.io/${{ github.repository }}
3131 tags : |
3232 type=raw,latest-alpine-beta
33- type=raw,10.2 -alpine-beta
33+ type=raw,10.3 -alpine-beta
3434 labels : |
3535 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
3636 org.opencontainers.image.title=UniFi Network Application
4646 ghcr.io/${{ github.repository }}
4747 tags : |
4848 type=raw,latest-debian-beta
49- type=raw,10.2 -debian-beta
49+ type=raw,10.3 -debian-beta
5050 labels : |
5151 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
5252 org.opencontainers.image.title=UniFi Network Application
6363 tags : |
6464 type=raw,latest-beta
6565 type=raw,latest-ubuntu-beta
66- type=raw,10.2 -beta
67- type=raw,10.2 -ubuntu-beta
66+ type=raw,10.3 -beta
67+ type=raw,10.3 -ubuntu-beta
6868 labels : |
6969 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
7070 org.opencontainers.image.title=UniFi Network Application
8080 ghcr.io/${{ github.repository }}
8181 tags : |
8282 type=raw,latest-debian-nomongo-beta
83- type=raw,10.2 -debian-nomongo-beta
83+ type=raw,10.3 -debian-nomongo-beta
8484 labels : |
8585 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
8686 org.opencontainers.image.title=UniFi Network Application
9797 tags : |
9898 type=raw,latest-nomongo-beta
9999 type=raw,latest-ubuntu-nomongo-beta
100- type=raw,10.2 -nomongo-beta
101- type=raw,10.2 -ubuntu-nomongo-beta
100+ type=raw,10.3 -nomongo-beta
101+ type=raw,10.3 -ubuntu-nomongo-beta
102102 labels : |
103103 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
104104 org.opencontainers.image.title=UniFi Network Application
@@ -127,8 +127,8 @@ jobs:
127127 name : Build and push Alpine Docker image
128128 uses : docker/build-push-action@v7
129129 with :
130- context : ./10.2 /beta
131- file : ./10.2 /beta/Dockerfile.alpine
130+ context : ./10.3 /beta
131+ file : ./10.3 /beta/Dockerfile.alpine
132132 platforms : linux/amd64,linux/arm64
133133 push : ${{ github.event_name != 'pull_request' }}
134134 tags : ${{ steps.meta-alpine.outputs.tags }}
@@ -138,8 +138,8 @@ jobs:
138138 name : Build and push Debian Docker image
139139 uses : docker/build-push-action@v7
140140 with :
141- context : ./10.2 /beta
142- file : ./10.2 /beta/Dockerfile.debian
141+ context : ./10.3 /beta
142+ file : ./10.3 /beta/Dockerfile.debian
143143 platforms : linux/amd64
144144 push : ${{ github.event_name != 'pull_request' }}
145145 tags : ${{ steps.meta-debian.outputs.tags }}
@@ -149,8 +149,8 @@ jobs:
149149 name : Build and push Ubuntu Docker image
150150 uses : docker/build-push-action@v7
151151 with :
152- context : ./10.2 /beta
153- file : ./10.2 /beta/Dockerfile
152+ context : ./10.3 /beta
153+ file : ./10.3 /beta/Dockerfile
154154 platforms : linux/amd64,linux/arm64
155155 push : ${{ github.event_name != 'pull_request' }}
156156 tags : ${{ steps.meta-ubuntu.outputs.tags }}
@@ -160,8 +160,8 @@ jobs:
160160 name : Build and push Debian Docker nomongo image
161161 uses : docker/build-push-action@v7
162162 with :
163- context : ./10.2 /beta
164- file : ./10.2 /beta/Dockerfile.debian.nomongo
163+ context : ./10.3 /beta
164+ file : ./10.3 /beta/Dockerfile.debian.nomongo
165165 platforms : linux/amd64
166166 push : ${{ github.event_name != 'pull_request' }}
167167 tags : ${{ steps.meta-debian-nomongo.outputs.tags }}
@@ -171,8 +171,8 @@ jobs:
171171 name : Build and push Ubuntu Docker nomongo image
172172 uses : docker/build-push-action@v7
173173 with :
174- context : ./10.2 /beta
175- file : ./10.2 /beta/Dockerfile.ubuntu.nomongo
174+ context : ./10.3 /beta
175+ file : ./10.3 /beta/Dockerfile.ubuntu.nomongo
176176 platforms : linux/amd64,linux/arm64
177177 push : ${{ github.event_name != 'pull_request' }}
178178 tags : ${{ steps.meta-ubuntu-nomongo.outputs.tags }}
0 commit comments