mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-08 00:15:04 -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"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
@@ -31,15 +28,11 @@ 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
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
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"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
@@ -31,16 +28,12 @@ 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)"
|
||||
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
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||
|
||||
Reference in New Issue
Block a user