Skip to content

Commit 39a39e7

Browse files
committed
Update 9.3/official to 9.3.45, Tag 9.3.45 release, Create 9.4/beta - v9.4.11, Set latest-beta, etc. tags to 9.4/beta
1 parent d372f37 commit 39a39e7

53 files changed

Lines changed: 1032 additions & 18 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-beta.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9-
- 9.3/beta/**
9+
- 9.4/beta/**
1010
- .github/workflows/build-beta.yml
1111

1212
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
-
2020
name: Set up dynamic build ARGs
2121
id: getargs
22-
run: echo "version=$(cat ./9.3/beta/VERSION)" >> $GITHUB_OUTPUT
22+
run: echo "version=$(cat ./9.4/beta/VERSION)" >> $GITHUB_OUTPUT
2323
-
2424
name: Set up Docker metadata for Alpine
2525
id: meta-alpine
@@ -30,7 +30,7 @@ jobs:
3030
ghcr.io/${{ github.repository }}
3131
tags: |
3232
type=raw,latest-alpine-beta
33-
type=raw,9.3-alpine-beta
33+
type=raw,9.4-alpine-beta
3434
labels: |
3535
org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
3636
org.opencontainers.image.title=UniFi Controller
@@ -46,7 +46,7 @@ jobs:
4646
ghcr.io/${{ github.repository }}
4747
tags: |
4848
type=raw,latest-debian-beta
49-
type=raw,9.3-debian-beta
49+
type=raw,9.4-debian-beta
5050
labels: |
5151
org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
5252
org.opencontainers.image.title=UniFi Controller
@@ -63,8 +63,8 @@ jobs:
6363
tags: |
6464
type=raw,latest-beta
6565
type=raw,latest-ubuntu-beta
66-
type=raw,9.3-beta
67-
type=raw,9.3-ubuntu-beta
66+
type=raw,9.4-beta
67+
type=raw,9.4-ubuntu-beta
6868
labels: |
6969
org.opencontainers.image.vendor=The Goofball - goofball222@gmail.com
7070
org.opencontainers.image.title=UniFi Controller
@@ -93,8 +93,8 @@ jobs:
9393
name: Build and push Alpine Docker image
9494
uses: docker/build-push-action@v6
9595
with:
96-
context: ./9.3/beta
97-
file: ./9.3/beta/Dockerfile.alpine
96+
context: ./9.4/beta
97+
file: ./9.4/beta/Dockerfile.alpine
9898
platforms: linux/amd64,linux/arm64
9999
push: ${{ github.event_name != 'pull_request' }}
100100
tags: ${{ steps.meta-alpine.outputs.tags }}
@@ -104,8 +104,8 @@ jobs:
104104
name: Build and push Debian Docker image
105105
uses: docker/build-push-action@v6
106106
with:
107-
context: ./9.3/beta
108-
file: ./9.3/beta/Dockerfile.debian
107+
context: ./9.4/beta
108+
file: ./9.4/beta/Dockerfile.debian
109109
platforms: linux/amd64
110110
push: ${{ github.event_name != 'pull_request' }}
111111
tags: ${{ steps.meta-debian.outputs.tags }}
@@ -115,8 +115,8 @@ jobs:
115115
name: Build and push Ubuntu Docker image
116116
uses: docker/build-push-action@v6
117117
with:
118-
context: ./9.3/beta
119-
file: ./9.3/beta/Dockerfile
118+
context: ./9.4/beta
119+
file: ./9.4/beta/Dockerfile
120120
platforms: linux/amd64,linux/arm64
121121
push: ${{ github.event_name != 'pull_request' }}
122122
tags: ${{ steps.meta-ubuntu.outputs.tags }}

9.3/official/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.43
1+
9.3.45
File renamed without changes.

0 commit comments

Comments
 (0)