From 6dfbf065b6f79080c0f8f927dee208dca8d4f3f3 Mon Sep 17 00:00:00 2001 From: Victor Grenu Date: Tue, 17 Sep 2024 12:49:09 +0200 Subject: [PATCH] workflow --- .github/workflows/dev.yml | 2 +- .github/workflows/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c0893c5171..303fc44ea0 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -93,7 +93,7 @@ jobs: ECR_REPOSITORY: mamip-ecr-${{ env.env }} IMAGE_TAG: ${{ github.sha }} run: | - docker build -t mamip-image ./automation/ + docker buildx build --platform=linux/arm64 -t mamip-image ./automation/ docker tag mamip-image $ECR_REGISTRY/$ECR_REPOSITORY docker push $ECR_REGISTRY/$ECR_REPOSITORY diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 163ca10de8..8dd7954768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,7 @@ name: "[Prod] MAMIP - Infrastructure GitHub Actions" on: + workflow_dispatch: push: tags-ignore: - "*.*"