diff --git a/.github/workflows/docker-eigenda.yml b/.github/workflows/docker-eigenda.yml index 00d1b99be..d892507f3 100644 --- a/.github/workflows/docker-eigenda.yml +++ b/.github/workflows/docker-eigenda.yml @@ -1,7 +1,8 @@ name: Build nitro-eigenda Docker Image on: push: - tags: ['*'] + tags: + - 'v*' jobs: docker: @@ -19,38 +20,29 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' + ssh-key: ${{ secrets.SSH_KEY }} - - # Add support for more platforms with QEMU (optional) - # https://github.com/docker/setup-qemu-action - name: Set up QEMU + - name: Set up QEMU uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - - name: Prepare Environment Variables - run: | - echo "SHORT_SHA=${GITHUB_SHA::7}" | tee -a $GITHUB_ENV - GIT_TAG=$(git tag --points-at HEAD) - echo "GIT_TAG=$GIT_TAG" | tee -a $GITHUB_ENV - echo "REF_NAME=$(echo ${GIT_TAG:-$GITHUB_REF_NAME} | sed 's/[^a-zA-Z0-9._]/-/g')" | tee -a $GITHUB_ENV - - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 with: - aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.ECR_ACCESS_KEY }} - aws-region: us-west-2 + install: true - - name: Login to Amazon ECR - id: login-ecr - uses: aws-actions/amazon-ecr-login@v2 + - name: Login to GitHub Container Registry + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta id: meta uses: docker/metadata-action@v5 with: images: | - ${{ secrets.ECR_REGISTRY }}/${{ matrix.image }} + ghcr.io/${{ github.repository_owner }}/${{ matrix.image }} tags: | type=ref,event=branch type=ref,event=pr @@ -70,4 +62,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} file: ${{ matrix.dockerfile }} - provenance: false + provenance: false \ No newline at end of file diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a01d288be..1bad764d1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,6 +9,7 @@ on: branches: - master - develop + jobs: docker: diff --git a/README.md b/README.md index 0e463f50a..e697ad6ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-This is a fork of Arbitrum Nitro developed by [AltLayer](https://altlayer.io/), in a technical partnership with EigenLabs. +This is a fork of Arbitrum Nitro. ## About Arbitrum Nitro