Loading .github/workflows/ci-main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,4 +50,4 @@ jobs: # Run normal CI, which should pick up the updated build image ci: needs: rebuild-docker-build-image uses: awslabs/smithy-rs/.github/worfklows/ci.yaml@main uses: ./.github/workflows/ci.yml .github/workflows/ci.yaml→.github/workflows/ci.yml +0 −0 File moved. View file .github/workflows/github-pages.yaml→.github/workflows/github-pages.yml +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ on: paths: - design/** name: Update GitHub Pages # Allow only one doc pages build to run at a time for the entire smithy-rs repo concurrency: group: github-pages-yml Loading tools/ci-build/acquire-build-image +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ if ! docker inspect "smithy-rs-base-image:${IMAGE_TAG}" >/dev/null; then else # Otherwise, we have successfully pulled the remote image echo -e "${C_YELLOW}Successfully pulled remote image!${C_RESET}" docker tag "${IMAGE_NAME}:${IMAGE_TAG}" "smithy-rs-base-image:${IMAGE_TAG}" fi else echo -e "${C_YELLOW}Base image found locally! No retrieval or rebuild necessary.${C_RESET}" Loading Loading
.github/workflows/ci-main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,4 +50,4 @@ jobs: # Run normal CI, which should pick up the updated build image ci: needs: rebuild-docker-build-image uses: awslabs/smithy-rs/.github/worfklows/ci.yaml@main uses: ./.github/workflows/ci.yml
.github/workflows/github-pages.yaml→.github/workflows/github-pages.yml +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ on: paths: - design/** name: Update GitHub Pages # Allow only one doc pages build to run at a time for the entire smithy-rs repo concurrency: group: github-pages-yml Loading
tools/ci-build/acquire-build-image +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ if ! docker inspect "smithy-rs-base-image:${IMAGE_TAG}" >/dev/null; then else # Otherwise, we have successfully pulled the remote image echo -e "${C_YELLOW}Successfully pulled remote image!${C_RESET}" docker tag "${IMAGE_NAME}:${IMAGE_TAG}" "smithy-rs-base-image:${IMAGE_TAG}" fi else echo -e "${C_YELLOW}Base image found locally! No retrieval or rebuild necessary.${C_RESET}" Loading