Skip to content

Commit

Permalink
feat: added correct usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 9, 2024
1 parent 973336b commit 4be6406
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ on:
workflow_dispatch:

jobs:
v14:
uses: ./.github/workflows/docker-build-push.yml
with:
repo: erpnext
version: "14"
push: ${{ github.repository == 'geniusdynamics/frappe_docker' && github.event_name != 'pull_request' }}
python_version: 3.10.13
node_version: 16.20.2
file_path: ./apps.json
secrets:
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 == 'geniusdynamics/frappe_docker' && github.event_name != 'pull_request' }}
# python_version: 3.10.13
# node_version: 16.20.2
# file_path: ./apps.json
# secrets:
# DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
# DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

v15:
uses: ./.github/workflows/docker-build-push.yml
Expand All @@ -53,8 +53,8 @@ jobs:
node_version: 18.18.2
file_path: ./apps.json
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

update_versions:
name: Update example.env and pwd.yml
Expand Down

0 comments on commit 4be6406

Please sign in to comment.