Skip to content

Commit

Permalink
Update reports and fix image build
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Dec 6, 2023
1 parent 9a8d787 commit c0f6d73
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,31 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}


- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2


- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
file: docker-builds/${{ matrix.image }}/Dockerfile
build-args: BUILD_ENV=${{ matrix.env }}
push: true
tags: ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.image }}:latest-${{ matrix.env }}

- name: Build push image on commit
env:
ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }}
Expand Down
Binary file added docs/district0x-Network-Report-Q1-2023.pdf
Binary file not shown.
Binary file added docs/district0x-Network-Report-Q2-2023.pdf
Binary file not shown.
Binary file added docs/district0x-Network-Report-Q3-2023.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions transparency/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,16 @@ <h2>2022</h2>
</tr>
</tbody>
</table>
<h2>2023</h2>
<table>
<tbody>
<tr>
<td><a href="../docs/district0x-Network-Report-Q1-2023.pdf" target="_blank" rel="noopener noreferrer"><h3>Q1</h3></a></td>
<td><a href="../docs/district0x-Network-Report-Q2-2023.pdf" target="_blank" rel="noopener noreferrer"><h3>Q2</h3></a></td>
<td><a href="../docs/district0x-Network-Report-Q3-2023.pdf" target="_blank" rel="noopener noreferrer"><h3>Q3</h3></a></td>
</tr>
</tbody>
</table>
</header>
<p>Our quarterly reports provide an overview of recent project activity and a glimpse at our current financials. Future updates will be published following the completion of each quarter.
</p>
Expand Down

0 comments on commit c0f6d73

Please sign in to comment.