Skip to content

Commit babc3c5

Browse files
committed
ci: Use reusable workflows
1 parent 7236d9d commit babc3c5

2 files changed

Lines changed: 24 additions & 68 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Build and release container
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
branches:
8+
- '**'
9+
pull_request:
10+
paths-ignore:
11+
- '**.md'
12+
branches:
13+
- '**'
14+
workflow_dispatch:
15+
16+
jobs:
17+
container-build-push:
18+
uses: bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev
19+
with:
20+
image_name: 'iss-display-controller'
21+
image_platforms: linux/amd64,linux/arm64
22+
image_repository: 'ghcr.io/opsboost'
23+
container_registry: 'ghcr'
24+
container_push_to_registry: true

.github/workflows/docker-image.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)