Skip to content

Commit

Permalink
test rust/go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Apr 1, 2024
1 parent fd5a495 commit d690076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobilecoin-dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ jobs:
build_args: |
REPO_ORG=${{ env.DOCKER_ORG }}
BASE_TAG=${{ env.GH_SHORT_SHA }}
RUST_BIN_PATH=rust_build_artifacts
GO_BIN_PATH=go_build_artifacts
RUST_BIN_PATH=${{ env.RUST_ARTIFACTS_PATH }}
GO_BIN_PATH=${{ env.GO_ARTIFACTS_PATH }}
dockerfile: .internal-ci/docker/Dockerfile.${{ matrix.image }}
flavor: latest=true
images: ${{ env.DOCKER_ORG }}/${{ matrix.image }}
Expand Down

0 comments on commit d690076

Please sign in to comment.