Still fixing tags

This commit is contained in:
Seth Simmons
2021-03-24 11:49:40 -04:00
parent 6f1feea322
commit de86fc8e7e
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,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