Skip to content

Commit

Permalink
renames mining-testnet.Dockerfile and adds workflow for publishing im…
Browse files Browse the repository at this point in the history
…ages on release
  • Loading branch information
arya2 committed Feb 24, 2023
1 parent 7daa43d commit 02f6ccb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,22 @@ jobs:
rust_log: info
# This step needs access to Docker Hub secrets to run successfully
secrets: inherit

# Each time this workflow is executed, a build will be triggered to create a new image
# with the corresponding tags using information from git
#
# The image will be named `zebrad-mining-rpcs-testnet:<semver>`
build:
name: Build Release Testnet Mining Docker
uses: ./.github/workflows/build-docker-image.yml
with:
dockerfile_path: ./docker/mining.Dockerfile
dockerfile_target: runtime
image_name: zebrad-mining-rpcs-testnet
network: Testnet
checkpoint_sync: true
rust_backtrace: '1'
zebra_skip_ipv6_tests: '1'
rust_log: info
# This step needs access to Docker Hub secrets to run successfully
secrets: inherit
File renamed without changes.

0 comments on commit 02f6ccb

Please sign in to comment.