mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-04-17 04:59:28 -04:00
Compare commits
2 Commits
fd9cf843cf
...
bd412b57f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd412b57f5 | ||
|
|
46a1067577 |
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
|
||||
id: build
|
||||
uses: docker/build-push-action@v6.19.2
|
||||
uses: docker/build-push-action@v7.0.0
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
|
||||
6
.github/workflows/update-image-on-push.yml
vendored
6
.github/workflows/update-image-on-push.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
echo "DIGEST_NAME=amd64" >> $GITHUB_ENV
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ env.GHCR_REPO }}
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Build and and push by digest
|
||||
uses: docker/build-push-action@v6.19.2
|
||||
uses: docker/build-push-action@v7.0.0
|
||||
id: build
|
||||
with:
|
||||
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ env.GHCR_REPO }}
|
||||
|
||||
Reference in New Issue
Block a user