Compare commits

...

3 Commits

Author SHA1 Message Date
Seth For Privacy
37d68bc1bd Merge pull request #130 from sethforprivacy/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2025-11-20 13:25:41 -05:00
renovate[bot]
dae74873c4 Update actions/checkout action to v6 2025-11-20 17:46:57 +00:00
Seth For Privacy
d37c6f7bdf Bump to v4.12 2025-11-05 13:26:05 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v3.11.1 uses: docker/setup-buildx-action@v3.11.1
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- -
name: Test build of image name: Test build of image
id: build id: build

View File

@@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- -
name: Build and and push by digest name: Build and and push by digest
uses: docker/build-push-action@v6.18.0 uses: docker/build-push-action@v6.18.0
@@ -98,7 +98,7 @@ jobs:
uses: docker/setup-buildx-action@v3.11.1 uses: docker/setup-buildx-action@v3.11.1
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Get p2pool release tag - name: Get p2pool release tag
run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV

View File

@@ -1,4 +1,4 @@
ARG P2POOL_BRANCH=v4.11 ARG P2POOL_BRANCH=v4.12
# Select latest Ubuntu LTS for the build image base # Select latest Ubuntu LTS for the build image base
FROM ubuntu:latest as build FROM ubuntu:latest as build