From 0f09862109fa8c3749012ffed355eb25eed775d6 Mon Sep 17 00:00:00 2001 From: James Cape Date: Mon, 25 Jul 2022 19:17:40 -0700 Subject: [PATCH] Fix dockerhub ref again. --- .github/workflows/mobilecoin-dev-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobilecoin-dev-cd.yaml b/.github/workflows/mobilecoin-dev-cd.yaml index 818cfd9a63..7948b0e9d6 100644 --- a/.github/workflows/mobilecoin-dev-cd.yaml +++ b/.github/workflows/mobilecoin-dev-cd.yaml @@ -60,7 +60,7 @@ jobs: build-rust-hardware-projects: runs-on: [self-hosted, Linux, large] container: - image: mobilecoin/rust-sgx-base@0.0.14 + image: mobilecoin/rust-sgx-base:v0.0.14 env: ENCLAVE_SIGNING_KEY_PATH: ${{ github.workspace }}/.tmp/enclave_signing.pem MINTING_TRUST_ROOT_PUBLIC_KEY_PEM: ${{ github.workspace }}/.tmp/minting_trust_root.public.pem