diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d88d099..c475eec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,6 @@ jobs: ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY_NAME }} IMAGE_TAG: ${{ github.sha }} run: | - docker buildx build --platform=linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG - echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" \ No newline at end of file + docker buildx build --platform=linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY . + docker push $ECR_REGISTRY/$ECR_REPOSITORY + echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY"