mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-24 19:12:36 +02:00
Allow setenv to work again
This commit is contained in:
parent
656ee0ae08
commit
ef413c2eb1
1
.github/workflows/on-tag.yml
vendored
1
.github/workflows/on-tag.yml
vendored
@ -2,6 +2,7 @@ name: Build & deploy on git tag push
|
||||
|
||||
env:
|
||||
APP: bitcoind
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
|
||||
# Capture groups within $TAG_FMT:
|
||||
# \1 => TAG vX.Y.Z[.P]+build<N>
|
||||
|
1
.github/workflows/single-test.yml
vendored
1
.github/workflows/single-test.yml
vendored
@ -2,6 +2,7 @@ name: Test build bitcoind on push to vX.Z-test branch
|
||||
|
||||
env:
|
||||
APP: bitcoind
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user