Skip to content

Commit 9389601

Browse files
committed
Upgrade to p2pool v4.1.1
1 parent 6f70d06 commit 9389601

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-build-push-p2pool.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and push p2pool Docker images
33
on:
44
push:
55
tags:
6-
- "p2pool-[0-9]+.[0-9]+-[0-9]+"
6+
- "p2pool-[0-9]+(\.[0-9]+)*-[0-9]+"
77

88
jobs:
99
docker:
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
images: ${{ vars.DOCKERHUB_USERNAME }}/p2pool
3232
tags: |
33-
type=match,pattern=p2pool-(\d+\.\d+-\d+),group=1
34-
type=match,pattern=p2pool-(\d+\.\d+),group=1
33+
type=match,pattern=p2pool-(\d+(\.\d+)*-\d+),group=1
34+
type=match,pattern=p2pool-(\d+(\.\d+)*),group=1
3535
3636
- name: Build and push
3737
uses: docker/build-push-action@v5

p2pool/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -eux \
1111
FROM base as builder
1212

1313
ARG NAME=p2pool
14-
ARG VERSION=v4.1
14+
ARG VERSION=v4.1.1
1515
ARG PACKAGE=$NAME-$VERSION
1616
ARG DOWNLOAD=https://github.com/SChernykh/$NAME/releases/download
1717
ARG SHA256SUMS=sha256sums.txt.asc

0 commit comments

Comments
 (0)