diff options
| author | Albin <albin@mullvad.net> | 2022-12-01 11:34:17 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-01 13:43:09 +0100 |
| commit | 05c2c69871f21fcead537d154a2a0acda20ac7f8 (patch) | |
| tree | b5bcb3a4b328f8f0b61c36eb95f61d8db4167a26 /.github | |
| parent | 6efde79b1ad73f235f56c17d2753343540c3da66 (diff) | |
| download | mullvadvpn-05c2c69871f21fcead537d154a2a0acda20ac7f8.tar.xz mullvadvpn-05c2c69871f21fcead537d154a2a0acda20ac7f8.zip | |
Store full container image names rather than tags
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 4565cb73a7..9337863549 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -45,8 +45,7 @@ jobs: - name: Use default container image and resolve digest if: "${{ github.event.inputs.override_container_image == '' }}" run: | - image_tag="$(cat ./building/android-container-image-tag.txt)" - echo "inner_container_image=ghcr.io/mullvad/mullvadvpn-app-build-android:$image_tag" >> $GITHUB_ENV + echo "inner_container_image=$(cat ./building/android-container-image.txt)" >> $GITHUB_ENV outputs: container_image: "${{ env.inner_container_image }}" |
