Skip to content

Commit 2aeaf06

Browse files
committed
Fix workflow typo
1 parent cb3c93c commit 2aeaf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-rbe-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
# buildbuddy caches the container image, so we must use a specific sha to ensure
3131
# the latest is used
32-
echo "Retrieving current digenst for ${IMAGE}:${TAG}..."
32+
echo "Retrieving current digest for ${IMAGE}:${TAG}"
3333
DIGEST="$(skopeo inspect --format '{{.Digest}}' docker://${IMAGE}:${TAG})"
3434
echo "Will use ${IMAGE}@${DIGEST}"
3535
sudo npm install --global --silent @bazel/buildozer

0 commit comments

Comments
 (0)