Skip to content

Commit 55614d9

Browse files
author
Bennett Goble
committed
chore: switch to released multiarch docker workflow
1 parent 1a8c569 commit 55614d9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @secondlife/platform

.github/release.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: Breaking Changes 🛠
9+
labels:
10+
- semver-major
11+
- breaking-change
12+
- title: New Features 🎉
13+
labels:
14+
- semver-minor
15+
- enhancement
16+
- title: Other Changes
17+
labels:
18+
- '*'

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Test & Build
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches: main
76
pull_request:
@@ -16,7 +15,7 @@ jobs:
1615
run: docker build --target test .
1716
docker:
1817
needs: test
19-
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@signal/qemu
18+
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@v2
2019
with:
2120
image: platform/nginx-proxy
2221
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)