Skip to content

Commit

Permalink
Upgrade to p2pool v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Oct 18, 2024
1 parent 6f70d06 commit 9389601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push-p2pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push p2pool Docker images
on:
push:
tags:
- "p2pool-[0-9]+.[0-9]+-[0-9]+"
- "p2pool-[0-9]+(\.[0-9]+)*-[0-9]+"

jobs:
docker:
Expand All @@ -30,8 +30,8 @@ jobs:
with:
images: ${{ vars.DOCKERHUB_USERNAME }}/p2pool
tags: |
type=match,pattern=p2pool-(\d+\.\d+-\d+),group=1
type=match,pattern=p2pool-(\d+\.\d+),group=1
type=match,pattern=p2pool-(\d+(\.\d+)*-\d+),group=1
type=match,pattern=p2pool-(\d+(\.\d+)*),group=1
- name: Build and push
uses: docker/build-push-action@v5
Expand Down
2 changes: 1 addition & 1 deletion p2pool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux \
FROM base as builder

ARG NAME=p2pool
ARG VERSION=v4.1
ARG VERSION=v4.1.1
ARG PACKAGE=$NAME-$VERSION
ARG DOWNLOAD=https://github.com/SChernykh/$NAME/releases/download
ARG SHA256SUMS=sha256sums.txt.asc
Expand Down

0 comments on commit 9389601

Please sign in to comment.