Skip to content

Commit

Permalink
Merge pull request #19 from menny/release-notes
Browse files Browse the repository at this point in the history
Release notes with pull links
  • Loading branch information
menny authored Apr 18, 2023
2 parents b52f2b7 + 71e47e6 commit c0c7e2a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/post_merge_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
TERM: dumb
IMAGE_VERSION: 1.18.0
IMAGE_VERSION: 1.18.1
jobs:
build_base:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -90,5 +90,27 @@ jobs:
- uses: avakar/tag-and-release@v1
with:
tag_name: ${{ env.IMAGE_VERSION }}
body: >
**Base**: image with JDK17, Android SDK Manager ([Dockerfile](https://github.com/menny/docker_android/blob/${{ env.IMAGE_VERSION }}/android_base/Dockerfile)):
```
docker pull ghcr.io/menny/android_base:${{ env.IMAGE_VERSION }}
```
**Android**: Base + Build Tools, Platform level 33 ([Dockerfile](https://github.com/menny/docker_android/blob/${{ env.IMAGE_VERSION }}/Dockerfile)):
```
docker pull ghcr.io/menny/android:${{ env.IMAGE_VERSION }}
```
**NDK**: Android + NDK ([Dockerfile](https://github.com/menny/docker_android/blob/${{ env.IMAGE_VERSION }}/android_ndk/Dockerfile)):
```
docker pull ghcr.io/menny/android_ndk:${{ env.IMAGE_VERSION }}
```
**Bazel**: Android + Bazelisk and Go ([Dockerfile](https://github.com/menny/docker_android/blob/${{ env.IMAGE_VERSION }}/android_bazel/Dockerfile)):
```
docker pull ghcr.io/menny/android_bazel:${{ env.IMAGE_VERSION }}
```
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c0c7e2a

Please sign in to comment.