-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android aab file upload and parse and locale support
- Loading branch information
Showing
102 changed files
with
1,447 additions
and
952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,55 +19,32 @@ jobs: | |
- name: Get the version | ||
id: version | ||
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10}) | ||
- name: Publish to Github Hub Registry using tag version | ||
- name: Publish to Github Hub Registry | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
env: | ||
REPLACE_CHINA_MIRROR: false | ||
VCS_REF: ${{ github.sha }} | ||
BUILD_DATE: ${{ steps.date.outputs.date }} | ||
TAG: ${{ steps.version.outputs.tag }} | ||
with: | ||
name: ghcr.io/tryzealot/zealot:${{ env.TAG }} | ||
name: ghcr.io/tryzealot/zealot | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.CR_PAT }} | ||
tags: "latest,${{ env.TAG }}" | ||
buildargs: BUILD_DATE,VCS_REF,TAG,REPLACE_CHINA_MIRROR | ||
registry: ghcr.io | ||
- name: Publish to Github Hub Registry using latest version | ||
- name: Publish to Docker Registry | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
env: | ||
REPLACE_CHINA_MIRROR: false | ||
VCS_REF: ${{ github.sha }} | ||
BUILD_DATE: ${{ steps.date.outputs.date }} | ||
TAG: ${{ steps.version.outputs.tag }} | ||
with: | ||
name: ghcr.io/tryzealot/zealot:latest | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.CR_PAT }} | ||
buildargs: BUILD_DATE,VCS_REF,TAG,REPLACE_CHINA_MIRROR | ||
registry: ghcr.io | ||
- name: Publish to Docker Registry using tag version | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
env: | ||
REPLACE_CHINA_MIRROR: false | ||
VCS_REF: ${{ github.sha }} | ||
BUILD_DATE: ${{ steps.date.outputs.date }} | ||
TAG: ${{ steps.version.outputs.tag }} | ||
with: | ||
name: tryzealot/zealot:${{ env.TAG }} | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
buildargs: BUILD_DATE,VCS_REF,TAG,REPLACE_CHINA_MIRROR | ||
- name: Publish to Docker Registry using latest tag | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
env: | ||
REPLACE_CHINA_MIRROR: false | ||
VCS_REF: ${{ github.sha }} | ||
BUILD_DATE: ${{ steps.date.outputs.date }} | ||
TAG: ${{ steps.version.outputs.tag }} | ||
with: | ||
name: tryzealot/zealot:latest | ||
name: tryzealot/zealot | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
tags: "latest,${{ env.TAG }}" | ||
buildargs: BUILD_DATE,VCS_REF,TAG,REPLACE_CHINA_MIRROR | ||
- name: Update Docker Hub Description | ||
uses: peter-evans/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
libwebp-dev | ||
webp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.