Skip to content

Commit 7000a18

Browse files
authored
Merge pull request #67 from anyproto/OPS-835
OPS-835 any-sync-consensusnode
2 parents b438feb + fd1fd5a commit 7000a18

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

.github/workflows/push-docker-image.yml

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

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
name: Release
2+
13
on:
24
push:
3-
# Sequence of patterns matched against refs/tags
45
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6-
7-
name: release
6+
- 'v*.*.*'
87

98
permissions: write-all
109

1110
jobs:
1211
release-reusable:
13-
uses: anyproto/any-sync-node/.github/workflows/release-reusable.yml@main
12+
uses: anyproto/shared-actions/.github/workflows/release-go-daemons-reusable.yml@v1
1413
secrets: inherit # pass all secrets
1514
with:
1615
start_mongodb: true
16+
dockerfile-cmd: '["/bin/any-sync-consensusnode", "-c", "/etc/any-sync-consensusnode/config.yml"]'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Searching for secrets
3+
4+
on:
5+
- push
6+
- pull_request
7+
8+
jobs:
9+
secret-scanner-reusable:
10+
uses: anyproto/shared-actions/.github/workflows/secret-scanner-reusable.yml@v1
11+
secrets: inherit # pass all secrets

0 commit comments

Comments
 (0)