Fix workflow typo

This commit is contained in:
Philip Kuryloski 2021-07-29 17:17:40 +02:00
parent cb3c93cc9e
commit 2aeaf06bcd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: |
# buildbuddy caches the container image, so we must use a specific sha to ensure
# the latest is used
echo "Retrieving current digenst for ${IMAGE}:${TAG}..."
echo "Retrieving current digest for ${IMAGE}:${TAG}"
DIGEST="$(skopeo inspect --format '{{.Digest}}' docker://${IMAGE}:${TAG})"
echo "Will use ${IMAGE}@${DIGEST}"
sudo npm install --global --silent @bazel/buildozer