-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4693 from oasisprotocol/kostko/feature/rust-bump-…
…deps Bump dependencies and toolchains
- Loading branch information
Showing
23 changed files
with
315 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump Rust toolchain to nightly-2022-04-13, Go to 1.17.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,8 +73,8 @@ jobs: | |
- name: "Rebuild oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }}" | ||
uses: docker/[email protected] | ||
with: | ||
context: docker/development | ||
file: docker/development/Dockerfile | ||
context: docker/oasis-core-dev | ||
file: docker/oasis-core-dev/Dockerfile | ||
tags: oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }} | ||
pull: true | ||
push: true | ||
|
@@ -86,8 +86,8 @@ jobs: | |
- name: "Rebuild oasisprotocol/oasis-core-ci:${{ steps.determine_tag.outputs.tag }}" | ||
uses: docker/[email protected] | ||
with: | ||
context: docker/testing | ||
file: docker/testing/Dockerfile | ||
context: docker/oasis-core-ci | ||
file: docker/oasis-core-ci/Dockerfile | ||
tags: oasisprotocol/oasis-core-ci:${{ steps.determine_tag.outputs.tag }} | ||
pull: true | ||
push: true | ||
|
Oops, something went wrong.