mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -05:00
Merge pull request #108 from sethforprivacy/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.16.0
This commit is contained in:
2
.github/workflows/build-image-on-push.yml
vendored
2
.github/workflows/build-image-on-push.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Test build of image
|
name: Test build of image
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
|
|||||||
2
.github/workflows/update-image-on-push.yml
vendored
2
.github/workflows/update-image-on-push.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Build and and push by digest
|
name: Build and and push by digest
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
|
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
|
||||||
|
|||||||
Reference in New Issue
Block a user