66 branches :
77 - main
88 paths :
9- - 9.1 /official/**
10- - .github/workflows/build-9.1 -official.yml
9+ - 9.2 /official/**
10+ - .github/workflows/build-9.2 -official.yml
1111
1212jobs :
1313 build :
1919 -
2020 name : Set up dynamic build ARGs
2121 id : getargs
22- run : echo "version=$(cat ./9.1 /official/VERSION)" >> $GITHUB_OUTPUT
22+ run : echo "version=$(cat ./9.2 /official/VERSION)" >> $GITHUB_OUTPUT
2323 -
2424 name : Set up Docker metadata for Alpine
2525 id : meta-alpine
2929 ${{ github.repository }}
3030 ghcr.io/${{ github.repository }}
3131 tags : |
32- type=raw,9.1 -alpine
32+ type=raw,9.2 -alpine
3333 labels : |
3434 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
3535 org.opencontainers.image.title=UniFi Controller
4444 ${{ github.repository }}
4545 ghcr.io/${{ github.repository }}
4646 tags : |
47- type=raw,9.1 -debian
47+ type=raw,9.2 -debian
4848 labels : |
4949 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
5050 org.opencontainers.image.title=UniFi Controller
5959 ${{ github.repository }}
6060 ghcr.io/${{ github.repository }}
6161 tags : |
62- type=raw,9.1
63- type=raw,9.1 -ubuntu
62+ type=raw,9.2
63+ type=raw,9.2 -ubuntu
6464 labels : |
6565 org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
6666 org.opencontainers.image.title=UniFi Controller
8989 name : Build and push Alpine Docker image
9090 uses : docker/build-push-action@v6
9191 with :
92- context : ./9.1 /official
93- file : ./9.1 /official/Dockerfile.alpine
92+ context : ./9.2 /official
93+ file : ./9.2 /official/Dockerfile.alpine
9494 platforms : linux/amd64,linux/arm64
9595 push : ${{ github.event_name != 'pull_request' }}
9696 tags : ${{ steps.meta-alpine.outputs.tags }}
@@ -100,8 +100,8 @@ jobs:
100100 name : Build and push Debian Docker image
101101 uses : docker/build-push-action@v6
102102 with :
103- context : ./9.1 /official
104- file : ./9.1 /official/Dockerfile.debian
103+ context : ./9.2 /official
104+ file : ./9.2 /official/Dockerfile.debian
105105 platforms : linux/amd64
106106 push : ${{ github.event_name != 'pull_request' }}
107107 tags : ${{ steps.meta-debian.outputs.tags }}
@@ -111,8 +111,8 @@ jobs:
111111 name : Build and push Ubuntu Docker image
112112 uses : docker/build-push-action@v6
113113 with :
114- context : ./9.1 /official
115- file : ./9.1 /official/Dockerfile
114+ context : ./9.2 /official
115+ file : ./9.2 /official/Dockerfile
116116 platforms : linux/amd64,linux/arm64
117117 push : ${{ github.event_name != 'pull_request' }}
118118 tags : ${{ steps.meta-ubuntu.outputs.tags }}
0 commit comments