diff options
| author | Albin <albin@mullvad.net> | 2022-12-01 16:13:47 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-01 16:13:47 +0100 |
| commit | 423fdbcf086aa076a260c49682268e369cc0b08e (patch) | |
| tree | ff31694d9818cbdd78dfdae6f410d4265860621b /.github/workflows | |
| parent | 6efde79b1ad73f235f56c17d2753343540c3da66 (diff) | |
| parent | e2fb90a7b99cb4c39cc29a0a2ac9e3c0988a6fce (diff) | |
| download | mullvadvpn-423fdbcf086aa076a260c49682268e369cc0b08e.tar.xz mullvadvpn-423fdbcf086aa076a260c49682268e369cc0b08e.zip | |
Merge branch 'add-android-build-container-wrapper'
Diffstat (limited to '.github/workflows')
| -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 }}" |
