Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
slominskir committed Mar 25, 2024
1 parent 3347139 commit 3b87aef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 106 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CD

on:
push:
paths:
- 'VERSION'

jobs:
release:
uses: jeffersonlab/java-workflows/.github/workflows/release.yml@main
with:
files: build/libs/btm.war
secrets: inherit

docker_publish:
needs:
- release
uses: jeffersonlab/container-workflows/.github/workflows/docker-publish.yml@main
with:
semvertag: ${{ needs.release.outputs.semvertag }}
secrets: inherit
61 changes: 0 additions & 61 deletions .github/workflows/docker-publish.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 3b87aef

Please sign in to comment.