ci: build v14 images (#759)
* ci: build v14 images build v14* images * fix: lint get_latest_tags.py
This commit is contained in:
committed by
GitHub
parent
78ca6a9f8f
commit
027c905355
11
.github/workflows/build_stable.yml
vendored
11
.github/workflows/build_stable.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user