Skip to content

Commit

Permalink
Mod bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Nov 24, 2022
1 parent 3b9aabd commit ab0ba51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_restreamer-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
build-args: |
PUBLIC_URL=./
NODE_IMAGE=${{ env.NODE_IMAGE }}
CADDY_IMAGE=${{ env.CADDY_IMAGE }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
Expand Down
5 changes: 3 additions & 2 deletions .github_build/Build.restreamer-ui.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# RESTREAMER UI
RELEASE=1.5.0
NODE_IMAGE=node:19.0-alpine3.16
RELEASE=1.6.0
NODE_IMAGE=node:19.1-alpine3.16
CADDY_IMAGE=caddy:2.6.2-alpine

0 comments on commit ab0ba51

Please sign in to comment.