diff options
| author | Albin <albin@mullvad.net> | 2022-11-29 14:54:18 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-11-30 15:46:49 +0100 |
| commit | 2c15ad8e5ab0db5c7e7d9bf92bc40fc686f596c8 (patch) | |
| tree | 1ac34d5007cc8ecaf3a291966377ad431cf70f3c /.github/workflows/android-app.yml | |
| parent | 5a1cfcf0e6d5e5e5d64f8d0e71c4e93ffce6831a (diff) | |
| download | mullvadvpn-2c15ad8e5ab0db5c7e7d9bf92bc40fc686f596c8.tar.xz mullvadvpn-2c15ad8e5ab0db5c7e7d9bf92bc40fc686f596c8.zip | |
Use image tag in android build job
Diffstat (limited to '.github/workflows/android-app.yml')
| -rw-r--r-- | .github/workflows/android-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index ad942c1b68..4565cb73a7 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -45,8 +45,8 @@ jobs: - name: Use default container image and resolve digest if: "${{ github.event.inputs.override_container_image == '' }}" run: | - digest="$(cat ./dist-assets/android-container-image-digest.txt)" - echo "inner_container_image=ghcr.io/mullvad/mullvadvpn-app-build-android@sha256:$digest" >> $GITHUB_ENV + image_tag="$(cat ./building/android-container-image-tag.txt)" + echo "inner_container_image=ghcr.io/mullvad/mullvadvpn-app-build-android:$image_tag" >> $GITHUB_ENV outputs: container_image: "${{ env.inner_container_image }}" |
