mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
ci: remove inputs.platforms
This commit is contained in:
parent
e83819263b
commit
6756c2edc0
3 changed files with 0 additions and 9 deletions
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
|||
repo: erpnext
|
||||
version: develop
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
|||
3
.github/workflows/build_stable.yml
vendored
3
.github/workflows/build_stable.yml
vendored
|
|
@ -40,7 +40,6 @@ jobs:
|
|||
repo: erpnext
|
||||
version: "12"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
@ -51,7 +50,6 @@ jobs:
|
|||
repo: erpnext
|
||||
version: "13"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
@ -62,7 +60,6 @@ jobs:
|
|||
repo: erpnext
|
||||
version: "14"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
|||
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
|
|
@ -14,10 +14,6 @@ on:
|
|||
push:
|
||||
required: true
|
||||
type: boolean
|
||||
platforms:
|
||||
required: true
|
||||
type: string
|
||||
description: "list of target platforms"
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
|
|
@ -81,4 +77,3 @@ jobs:
|
|||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
push: true
|
||||
set: "*.platform=${{ inputs.platforms }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue