Skip to content

Commit 2f712f8

Browse files
committed
GH Actions: move docker build to seperate job
1 parent 8475079 commit 2f712f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
extra_files: AUTHORS LICENSE LICENSE.zxcvbn README.md doc/man/whawty-auth.8
2424
md5sum: false
2525
sha256sum: true
26+
docker:
27+
name: Build and Publish Docker Image
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v3
2631
- uses: VaultVulp/gp-docker-action@1.6.0
2732
with:
2833
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)