Skip to content

Commit 38564fa

Browse files
committed
SAGE-1581: update to re-usable build-and-push workflow
1 parent c76725e commit 38564fa

File tree

2 files changed

+11
-35
lines changed

2 files changed

+11
-35
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
release:
3+
types: [published]
4+
pull_request:
5+
branches: ["master"]
6+
7+
jobs:
8+
push_to_registry:
9+
name: Build
10+
uses: waggle-sensor/.github/.github/workflows/build-and-push-docker-image.yml@main
11+
secrets: inherit

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)