From 5e7354734262dd4b5ff4f1733af4b330701b75a0 Mon Sep 17 00:00:00 2001 From: daniel rivera Date: Mon, 29 Apr 2024 15:44:27 +0200 Subject: [PATCH] minor fixes --- .github/workflows/app-deployment-develop.yaml | 2 +- .github/workflows/service-build-push-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-deployment-develop.yaml b/.github/workflows/app-deployment-develop.yaml index 8b4578c..416c6f8 100644 --- a/.github/workflows/app-deployment-develop.yaml +++ b/.github/workflows/app-deployment-develop.yaml @@ -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' diff --git a/.github/workflows/service-build-push-template.yaml b/.github/workflows/service-build-push-template.yaml index 60d25d1..b28fb18 100644 --- a/.github/workflows/service-build-push-template.yaml +++ b/.github/workflows/service-build-push-template.yaml @@ -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 .