mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-01-22 22:52:52 -05:00
Add checkout to fix tagging
This commit is contained in:
2
.github/workflows/update-base-image.yml
vendored
2
.github/workflows/update-base-image.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
- name: "Checkout repository"
|
||||||
|
uses: "actions/checkout@v2"
|
||||||
-
|
-
|
||||||
name: "Get Monero Release Tag"
|
name: "Get Monero Release Tag"
|
||||||
id: get_tag
|
id: get_tag
|
||||||
|
|||||||
4
.github/workflows/update-image-on-push.yml
vendored
4
.github/workflows/update-image-on-push.yml
vendored
@@ -25,10 +25,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
- name: "Checkout repository"
|
||||||
|
uses: "actions/checkout@v2"
|
||||||
-
|
-
|
||||||
name: "Get Monero Release Tag"
|
name: "Get Monero Release Tag"
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo "::set-output name=tag::$(awk -F "=" '/MONERO_BRANCH=/ {print $2}' ./Dockerfile)"
|
run: echo "::set-output name=tag::$(awk -F "=" '/MONERO_BRANCH=/ {print $2}' Dockerfile)"
|
||||||
-
|
-
|
||||||
name: Build and push to Docker Hub and Github Packages Docker Registry
|
name: Build and push to Docker Hub and Github Packages Docker Registry
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
|||||||
Reference in New Issue
Block a user