mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-07-02 15:12:42 -04:00
chore(deps): update docker/build-push-action action to v7.3.0
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Test build of image
|
||||
id: build
|
||||
uses: docker/build-push-action@v7.2.0
|
||||
uses: docker/build-push-action@v7.3.0
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Build and push by digest
|
||||
uses: docker/build-push-action@v7.2.0
|
||||
uses: docker/build-push-action@v7.3.0
|
||||
id: build
|
||||
with:
|
||||
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
|
||||
|
||||
Reference in New Issue
Block a user