From cc6b14856d27ac2890dada9df7d597f54b01691c Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 8 Aug 2024 20:34:49 +0200 Subject: [PATCH] fix build (#18) --- .github/workflows/publis-container-dev.yaml | 1 - .github/workflows/push-container.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/publis-container-dev.yaml b/.github/workflows/publis-container-dev.yaml index 0e7bdac..81cb2d5 100644 --- a/.github/workflows/publis-container-dev.yaml +++ b/.github/workflows/publis-container-dev.yaml @@ -71,7 +71,6 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: ${{ env.ECR_REPOSITORY }} run: | - cd driver-did-iden3 && \ docker buildx build --push \ --platform linux/amd64,linux/arm64 \ -t ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ github.ref_name }} \ diff --git a/.github/workflows/push-container.yaml b/.github/workflows/push-container.yaml index 5d9e524..fadaced 100644 --- a/.github/workflows/push-container.yaml +++ b/.github/workflows/push-container.yaml @@ -18,8 +18,6 @@ jobs: steps: - name: Checkout driver-did-iden3 uses: actions/checkout@v3 - with: - path: driver-did-iden3 - name: Login to GitHub Container Registry uses: docker/login-action@v1 @@ -52,7 +50,6 @@ jobs: - name: build and deploy to DockerHub run: | - cd driver-did-iden3 && \ docker buildx build --push \ --platform linux/amd64,linux/arm64 \ -t ghcr.io/iden3/driver-did-iden3:${{ github.ref_name }} \