Skip to content

Commit

Permalink
ci: set depl env properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Dec 10, 2024
1 parent a820e1b commit 7816b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
- name: Build Docker image
env:
DEPLOYMENT_ENV: ${{ inputs.deployment_env }}
DEPLOYMENT_ENV: ${{ inputs.deployment-env }}
run: |
./packages/docker/script/build.sh -r ${{ env.registry }} -t ${{ env.tag }} -a ${{ env.app }} ${{ env.force_build }}
4 changes: 2 additions & 2 deletions .github/workflows/release-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

build-beta:
needs: release
name: Build Docker image
name: Build Beta Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
permissions:
Expand All @@ -29,7 +29,7 @@ jobs:

build-prod:
needs: release
name: Build Docker image
name: Build Prod Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
permissions:
Expand Down

0 comments on commit 7816b2a

Please sign in to comment.