Skip to content

Commit

Permalink
fix(build): enable bff build
Browse files Browse the repository at this point in the history
  • Loading branch information
vbeaucha committed Aug 23, 2023
1 parent cac4c32 commit c820d64
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/actions/build/multi-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ runs:
TEAM_USERNAME: ${{ inputs.TEAM_USERNAME }}
TEAM_PASSWORD: ${{ inputs.TEAM_PASSWORD }}

# - name: πŸ‹ Build Arango Api
# uses: ./.github/actions/build/docker
# with:
# IMAGE_NAME: "arango-api"
# FOLDER_NAME: "./ARANGO_API"
# VERSION: ${{ env.VERSION }}
# TEAM_DOCKER_URL: ${{ inputs.TEAM_DOCKER_URL }}
# TEAM_USERNAME: ${{ inputs.TEAM_USERNAME }}
# TEAM_PASSWORD: ${{ inputs.TEAM_PASSWORD }}
- name: πŸ‹ Build Arango Api
uses: ./.github/actions/build/docker
with:
IMAGE_NAME: "arango-api"
FOLDER_NAME: "./ARANGO_API"
VERSION: ${{ env.VERSION }}
TEAM_DOCKER_URL: ${{ inputs.TEAM_DOCKER_URL }}
TEAM_USERNAME: ${{ inputs.TEAM_USERNAME }}
TEAM_PASSWORD: ${{ inputs.TEAM_PASSWORD }}

# - name: πŸ‹ Build BFF
# uses: ./.github/actions/build/docker
# with:
# IMAGE_NAME: "ogree-bff"
# FOLDER_NAME: "./BFF"
# VERSION: ${{ env.VERSION }}
# TEAM_DOCKER_URL: ${{ inputs.TEAM_DOCKER_URL }}
# TEAM_USERNAME: ${{ inputs.TEAM_USERNAME }}
# TEAM_PASSWORD: ${{ inputs.TEAM_PASSWORD }}
- name: πŸ‹ Build BFF
uses: ./.github/actions/build/docker
with:
IMAGE_NAME: "ogree-bff"
FOLDER_NAME: "./BFF"
VERSION: ${{ env.VERSION }}
TEAM_DOCKER_URL: ${{ inputs.TEAM_DOCKER_URL }}
TEAM_USERNAME: ${{ inputs.TEAM_USERNAME }}
TEAM_PASSWORD: ${{ inputs.TEAM_PASSWORD }}

- name: πŸ‹ Build Flutter App
uses: ./.github/actions/build/docker
Expand Down

0 comments on commit c820d64

Please sign in to comment.