mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-06-28 05:47:38 -04:00
Compare commits
4 Commits
9b53ff0c36
...
3a6722c4e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a6722c4e5 | |||
| 89f515b778 | |||
| ee12a4bc95 | |||
| 348aaa0098 |
@@ -21,7 +21,7 @@ jobs:
|
|||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.6.0
|
uses: docker/setup-buildx-action@v2.7.0
|
||||||
-
|
-
|
||||||
name: Login to GitHub Container Registry
|
name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2.2.0
|
uses: docker/login-action@v2.2.0
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
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@v4.1.0
|
uses: docker/build-push-action@v4.1.1
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.6.0
|
uses: docker/setup-buildx-action@v2.7.0
|
||||||
-
|
-
|
||||||
name: Login to GitHub Container Registry
|
name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2.2.0
|
uses: docker/login-action@v2.2.0
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: echo "::set-output name=tag::$(awk -F "=" '/P2POOL_BRANCH=/ {print $2}' Dockerfile)"
|
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
|
name: Build and push to Docker Hub and GitHub Packages Docker Registry
|
||||||
uses: docker/build-push-action@v4.1.0
|
uses: docker/build-push-action@v4.1.1
|
||||||
id: docker_build_push
|
id: docker_build_push
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user