Skip to content

Commit

Permalink
fix build (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya authored Aug 8, 2024
1 parent 69ee777 commit cc6b148
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publis-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
3 changes: 0 additions & 3 deletions .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }} \
Expand Down

0 comments on commit cc6b148

Please sign in to comment.