Skip to content

Commit

Permalink
Upgrade to p2pool v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Nov 2, 2024
1 parent 2f12fa0 commit 0d377f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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]+-[0-9]+"
- "p2pool-[0-9]+.[0-9]+-[0-9]+"

jobs:
docker:
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.1
ARG VERSION=v4.2
ARG PACKAGE=$NAME-$VERSION
ARG DOWNLOAD=https://github.com/SChernykh/$NAME/releases/download
ARG SHA256SUMS=sha256sums.txt.asc
Expand Down

0 comments on commit 0d377f5

Please sign in to comment.