We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8475079 commit 2f712f8Copy full SHA for 2f712f8
.github/workflows/release.yml
@@ -23,6 +23,11 @@ jobs:
23
extra_files: AUTHORS LICENSE LICENSE.zxcvbn README.md doc/man/whawty-auth.8
24
md5sum: false
25
sha256sum: true
26
+ docker:
27
+ name: Build and Publish Docker Image
28
+ runs-on: ubuntu-latest
29
+ steps:
30
+ - uses: actions/checkout@v3
31
- uses: VaultVulp/gp-docker-action@1.6.0
32
with:
33
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments