Skip to content

Commit 6706b01

Browse files
committed
initial commit
[no ci]
1 parent 3b93a31 commit 6706b01

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/cd.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CD
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
paths:
7+
- 'VERSION'
8+
9+
jobs:
10+
release:
11+
uses: jeffersonlab/container-workflows/.github/workflows/gh-release.yml@main
12+
13+
docker_publish:
14+
needs:
15+
- release
16+
uses: jeffersonlab/container-workflows/.github/workflows/docker-publish.yml@main
17+
with:
18+
semvertag: ${{ needs.release.outputs.semvertag }}
19+
secrets: inherit

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

0 commit comments

Comments
 (0)