Skip to content

Commit 9cc1e37

Browse files
chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 (#1640)
* chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * replaced kilt rpc endpoint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Imod7 <[email protected]>
1 parent 6b43d6f commit 9cc1e37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/checkout@v4
137137

138138
- name: Build Docker image
139-
uses: docker/build-push-action@v6.15.0
139+
uses: docker/build-push-action@v6.16.0
140140
env:
141141
DOCKER_BUILD_SUMMARY: false
142142
DOCKER_BUILD_RECORD_UPLOAD: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.DOCKERHUB_PASSWORD }}
6363

6464
- name: Build Docker image
65-
uses: docker/build-push-action@v6.15.0
65+
uses: docker/build-push-action@v6.16.0
6666
env:
6767
DOCKER_BUILD_SUMMARY: false
6868
DOCKER_BUILD_RECORD_UPLOAD: false

src/controllers/controllerInjection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const chainsToNode: Record<string, string> = {
6262
crust: 'wss://crust-parachain.crustapps.net',
6363
karura: 'wss://karura-rpc.dwellir.com',
6464
manta: 'wss://ws.manta.systems',
65-
kilt: 'wss://kilt-rpc.dwellir.com',
65+
kilt: 'wss://kilt.ibp.network',
6666
'asset-hub-polkadot': 'wss://asset-hub-polkadot-rpc.dwellir.com',
6767
};
6868

0 commit comments

Comments
 (0)