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 @@ -308,7 +308,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 @@ -204,7 +204,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 @@ -223,7 +223,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 @@ -286,7 +286,7 @@ jobs:
type=semver,pattern={{major}}

- name: Build and push (legacy qsdm name)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
type=semver,pattern={{major}}

- name: Build and push validator image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.validator
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
type=semver,pattern={{major}}

- name: Build and push miner image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: QSDM
file: QSDM/Dockerfile.miner
Expand Down
Loading