Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hardware-wallet/build-tx #834

Merged
merged 7 commits into from
Sep 30, 2023
Merged
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- runner-tags: [self-hosted, macOS, ARM64]
container: ""
- runner-tags: [self-hosted, Linux, large]
container: mobilecoin/rust-sgx-base:latest
container: mobilecoin/rust-sgx-base:v0.0.28
- namespace: test
network: testnet
- namespace: prod
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: [self-hosted, Linux, large]
container:
image: mobilecoin/rust-sgx-base:v0.0.27
image: mobilecoin/rust-sgx-base:v0.0.28
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
test:
runs-on: [self-hosted, Linux, large]
container:
image: mobilecoin/rust-sgx-base:latest
image: mobilecoin/rust-sgx-base:v0.0.28

steps:
- name: Checkout
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
docs:
runs-on: [self-hosted, Linux, large]
container:
image: mobilecoin/rust-sgx-base:latest
image: mobilecoin/rust-sgx-base:v0.0.28

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - chain_id: main
runs-on: [self-hosted, Linux, large-cd]
container:
image: mobilecoin/rust-sgx-base:v0.0.27
image: mobilecoin/rust-sgx-base:v0.0.28
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand Down
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service-with-build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# In order to create a consistent and verifiable the build environment, only add
# or update in the mobilecoin/rust-sgx-base image and refer to the image by its hash.

FROM mobilecoin/rust-sgx-base:v0.0.27 as builder
FROM mobilecoin/rust-sgx-base:v0.0.28 as builder

ARG NAMESPACE=test
ARG SIGNED_ENCLAVE_BASE=enclave-distribution.${NAMESPACE}.mobilecoin.com
Expand Down
Loading
Loading