summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2022-12-07 10:32:02 +0100
committerLinus Färnstrand <linus@mullvad.net>2022-12-08 09:14:57 +0100
commit2e49bd12d70f9b8f4423ddc155e95895631d0716 (patch)
tree78dce84875d5dfb9475d43d3e52556e81b19612a
parentd859b5ef8fba04645a99448983ca8690f058e01d (diff)
downloadmullvadvpn-2e49bd12d70f9b8f4423ddc155e95895631d0716.tar.xz
mullvadvpn-2e49bd12d70f9b8f4423ddc155e95895631d0716.zip
Rename build-and-publish.sh -> build-and-publish-container-image.sh
-rw-r--r--building/README.md6
-rwxr-xr-xbuilding/build-and-publish-container-image.sh (renamed from building/build-and-publish.sh)0
2 files changed, 3 insertions, 3 deletions
diff --git a/building/README.md b/building/README.md
index 3b6876e2d9..fba50852cb 100644
--- a/building/README.md
+++ b/building/README.md
@@ -26,7 +26,7 @@ Build and publish the container image. Tag it with the github hash of the curren
```
git checkout -b update-build-container
-./build-and-publish.sh (linux|android)
+./build-and-publish-container-image.sh (linux|android)
git push # And create a PR
```
@@ -34,8 +34,8 @@ git push # And create a PR
## Building and publishing a development image container image
These instructions describe how to set up a development machine to build, sign and publish container
-images. The purpose of this is mainly to verify the `build-and-publish.sh` script as well as the
-built images.
+images. The purpose of this is mainly to verify the `build-and-publish-container-image.sh`
+script as well as the built images.
Set the following environment variables to override the default values:
- `REGISTRY_HOST`
diff --git a/building/build-and-publish.sh b/building/build-and-publish-container-image.sh
index 7220d71f30..7220d71f30 100755
--- a/building/build-and-publish.sh
+++ b/building/build-and-publish-container-image.sh