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 cb3c93c commit 2aeaf06Copy full SHA for 2aeaf06
.github/workflows/update-rbe-images.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
# buildbuddy caches the container image, so we must use a specific sha to ensure
31
# the latest is used
32
- echo "Retrieving current digenst for ${IMAGE}:${TAG}..."
+ echo "Retrieving current digest for ${IMAGE}:${TAG}"
33
DIGEST="$(skopeo inspect --format '{{.Digest}}' docker://${IMAGE}:${TAG})"
34
echo "Will use ${IMAGE}@${DIGEST}"
35
sudo npm install --global --silent @bazel/buildozer
0 commit comments