We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067a2c1 commit 9b6ac32Copy full SHA for 9b6ac32
1 file changed
.github/workflows/docker.yml
@@ -43,7 +43,7 @@ jobs:
43
--name wavesfaucet \
44
-d \
45
--net=host \
46
- ghcr.io/wavesplatform/wavesfaucet:latest:${{ github.ref_name }} \
+ ghcr.io/wavesplatform/wavesfaucet:${{ github.ref_name }} \
47
-Dfaucet.private-key=${{ secrets.PRIVATE_KEY}} \
48
-Dfaucet.recaptcha-secret=${{ secrets.RECAPTCHA_SECRET }}
49
shell: bash
0 commit comments