mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-02-01 10:33:02 -05:00
Remove path context and QEMU setup
This commit is contained in:
7
.github/workflows/update-base-image.yml
vendored
7
.github/workflows/update-base-image.yml
vendored
@@ -8,9 +8,6 @@ jobs:
|
|||||||
name: "Rebuild Container with the latest base image"
|
name: "Rebuild Container with the latest base image"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v1
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
@@ -31,15 +28,11 @@ jobs:
|
|||||||
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: "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
|
name: Build and push to Docker Hub and Github Packages Docker Registry
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||||
|
|||||||
9
.github/workflows/update-image-on-push.yml
vendored
9
.github/workflows/update-image-on-push.yml
vendored
@@ -9,9 +9,6 @@ jobs:
|
|||||||
name: "Rebuild Container with the latest base image"
|
name: "Rebuild Container with the latest base image"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v1
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
@@ -31,16 +28,12 @@ jobs:
|
|||||||
-
|
-
|
||||||
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: "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
|
name: Build and push to Docker Hub and Github Packages Docker Registry
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user