Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel rivera authored and daniel rivera committed Apr 29, 2024
1 parent bc9a7f1 commit 5e73547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-deployment-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:

jobs:
### Makes a call to the workflow template defined to execute terraform, in this case the variables define the develop environment
infra-deploy:
Docker-build:
uses: danielrive/devoteam-load-generator/.github/workflows/service-build-push-template.yaml@develop
with:
ENVIRONMENT: 'develop'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/service-build-push-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
echo "${{ github.ref }}"
docker buildx build -t ${{ env.PROJECT_NAME }}:${{ inputs.ENVIRONMENT }} --file ./Dockerfile --platform linux/amd64 .
docker buildx build -t ${{ inputs.PROJECT_NAME }}:${{ inputs.ENVIRONMENT }} --file ./Dockerfile --platform linux/amd64 .

0 comments on commit 5e73547

Please sign in to comment.