Skip to content

Commit 23734e5

Browse files
authored
Merge pull request #94 from IBM/pre-8.5.0
Pre 8.5.0
2 parents 93c7def + 88ca5a4 commit 23734e5

File tree

10 files changed

+208
-73
lines changed

10 files changed

+208
-73
lines changed

.github/workflows/buildmusl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build and Push musl
33
on:
44
push:
55
branches:
6-
- arm-build
6+
- main
77
tags:
88
- 'v*'
99

1010
env:
1111
IMAGE_NAME: core-dump-handler-musl
12-
IMAGE_TAGS: arm-build ${{ github.sha }}
12+
IMAGE_TAGS: v8.5.0 ${{ github.sha }}
1313
IMAGE_REGISTRY: quay.io
1414
IMAGE_NAMESPACE: icdh
1515

0 commit comments

Comments
 (0)