Skip to content

Commit 5577142

Browse files
chrisysmaggie44
authored andcommitted
Move to labs blocks + add flowzone
Change-type: patch Signed-off-by: Chris Crocker-White <[email protected]>
1 parent 47e61c8 commit 5577142

File tree

5 files changed

+18
-29
lines changed

5 files changed

+18
-29
lines changed

.github/workflows/balena.yml

-25
This file was deleted.

.github/workflows/flowzone.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- "main"
8+
9+
jobs:
10+
flowzone:
11+
name: Flowzone
12+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
13+
secrets: inherit
14+
with:
15+
balena_slugs: 'balenalabs/balena-dash'

fbcp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM bhcr.io/balenablocks/fbcp/1.0.2
1+
FROM bh.cr/balenalabs/fbcp/1.0.2

kiosk/Dockerfile.template

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
FROM bh.cr/balenablocks/browser-%%BALENA_ARCH%%/2.4.5
1+
FROM bh.cr/balenalabs/browser-%%BALENA_ARCH%%/2.4.5
22

33
RUN install_packages cec-utils
4-

wifi-connect/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM balenablocks/wifi-connect:%%BALENA_ARCH%%
1+
FROM bh.cr/balenalabs/wifi-connect:%%BALENA_ARCH%%

0 commit comments

Comments
 (0)