We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca4d08 commit 7ca3da9Copy full SHA for 7ca3da9
.github/workflows/ci-main.yml
@@ -58,8 +58,9 @@ jobs:
58
run: ./.github/scripts/acquire-build-image
59
- name: Tag and upload image
60
run: |
61
- IMAGE_TAG="ci-$(./smithy-rs/.github/scripts/docker-image-hash)"
62
- ./smithy-rs/.github/scripts/upload-build-image.sh $IMAGE_TAG
+ pwd
+ IMAGE_TAG="ci-$(./.github/scripts/docker-image-hash)"
63
+ ./.github/scripts/upload-build-image.sh $IMAGE_TAG
64
65
# Run the shared CI after a Docker build image has been uploaded to ECR
66
ci:
0 commit comments