diff options
author | 2021-12-26 03:17:39 -0800 | |
---|---|---|
committer | 2021-12-26 03:17:39 -0800 | |
commit | 1ce37acde62eaade12ecad0e510cece72f83dd81 (patch) | |
tree | 36df20211946263c6b45e80a6179c79cde80c187 | |
parent | b7cd0c63e5921cb49004f44d7a40124ffd1a54c8 (diff) | |
download | bun-1ce37acde62eaade12ecad0e510cece72f83dd81.tar.gz bun-1ce37acde62eaade12ecad0e510cece72f83dd81.tar.zst bun-1ce37acde62eaade12ecad0e510cece72f83dd81.zip |
Update bun.yml
-rw-r--r-- | .github/workflows/bun.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 949184866..c196bd243 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -128,7 +128,7 @@ jobs: linux/amd64 labels: | org.opencontainers.image.title=Bun - org.opencontainers.image.description=Bun is a fast bundler, transpiler, JavaScript Runtime environment and package manager for web software. This is the official docker image for Bun. The image is an Ubuntu 20.04 image with bun preinstalled into /opt/bun. + org.opencontainers.image.description=Bun is a fast bundler, transpiler, JavaScript Runtime environment and package manager for web software. The image is an Ubuntu 20.04 image with bun preinstalled into /opt/bun. org.opencontainers.image.vendor=Bun org.opencontainers.image.source=https://github.com/Jarred-Sumner/bun org.opencontainers.image.url=https://bun.sh |