Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qsdm-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build (and push when allowed)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qsdm-split-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Build validator image (no push)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.validator
Expand All @@ -231,7 +231,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Build miner image (no push)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.miner
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:

- name: Build and push (legacy qsdm name)
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:

- name: Build and push validator image
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.validator
Expand Down Expand Up @@ -653,7 +653,7 @@ jobs:

- name: Build and push miner image
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.miner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# effects, otherwise a Trivy-DB drift could silently
# re-tag a release artefact with a "scan-confirmed"
# provenance the operator never asked for.
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: ${{ matrix.dockerfile }}
Expand Down
Loading