mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-07-04 07:42:40 -04:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e94487c590 | |||
| 616c1608ad | |||
| 0b0dbd3474 | |||
| 62c0c9e005 |
@@ -16,7 +16,7 @@ jobs:
|
||||
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.0.0
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
-
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
-
|
||||
name: Build and push to Docker Hub and GitHub Packages Docker Registry
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
uses: docker/build-push-action@v6.3.0
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.0.0
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
-
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
run: echo "::set-output name=tag::$(awk -F "=" '/P2POOL_BRANCH=/ {print $2}' Dockerfile)"
|
||||
-
|
||||
name: Build and push to Docker Hub and GitHub Packages Docker Registry
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
uses: docker/build-push-action@v6.3.0
|
||||
id: docker_build_push
|
||||
with:
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user