Skip to content

Dencun compatible evm-server upgrade #22

Dencun compatible evm-server upgrade

Dencun compatible evm-server upgrade #22

Workflow file for this run

name: docker-pr
on:
pull_request:
branches:
- "covalent"
jobs:
deploy-test:
runs-on: ubuntu-latest
steps:
- name: Login to Artifact Registry/GCR
uses: docker/login-action@v2
with:
registry: us-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
- uses: actions/checkout@v2
# - uses: satackey/action-docker-layer-caching@v0.0.10
# # Ignore the failure of a step and avoid terminating the job.
# continue-on-error: true
- name: Build & Publish the Docker image
run: |
docker buildx create --name builder --use --platform=linux/amd64,linux/arm64 && docker buildx build --file ./Dockerfile-evm --platform=linux/amd64,linux/arm64 . -t us-docker.pkg.dev/covalent-project/network/evm-server:latest --push