mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -05:00
Still fixing tags
This commit is contained in:
3
.github/workflows/update-image-on-push.yml
vendored
3
.github/workflows/update-image-on-push.yml
vendored
@@ -32,6 +32,9 @@ jobs:
|
||||
name: "Get Monero Release Tag"
|
||||
id: get_tag
|
||||
run: echo "::set-output name=tag::$(awk -F "=" '/MONERO_BRANCH=/ {print $2}' Dockerfile)"
|
||||
-
|
||||
name: "Echo Monero Release Tag"
|
||||
run: echo "$(awk -F "=" '/MONERO_BRANCH=/ {print $2}' Dockerfile)"
|
||||
-
|
||||
name: Build and push to Docker Hub and Github Packages Docker Registry
|
||||
id: docker_build
|
||||
|
||||
Reference in New Issue
Block a user