ci: build v14 images (#759)

* ci: build v14 images

build v14* images

* fix: lint get_latest_tags.py
This commit is contained in:
Revant Nandgaonkar
2022-04-06 12:44:39 +05:30
committed by GitHub
parent 78ca6a9f8f
commit 027c905355
2 changed files with 15 additions and 2 deletions

View File

@@ -56,6 +56,17 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
v14:
uses: ./.github/workflows/docker-build-push.yml
with:
repo: erpnext
version: "14"
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
update_versions:
name: Update example.env and pwd.yml
runs-on: ubuntu-latest