diff --git a/.github/workflows/docker-ci-test.yaml b/.github/workflows/docker-ci-test.yaml index 3de75f3e..46beb861 100644 --- a/.github/workflows/docker-ci-test.yaml +++ b/.github/workflows/docker-ci-test.yaml @@ -3,11 +3,11 @@ name: docker-ci-test on: push: branches: - - "main" + - "main" pull_request: - branches: - - "main" - - "develop" + branches: + - "main" + - "develop" jobs: deploy-test: @@ -29,9 +29,9 @@ jobs: # - 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 --platform=linux/amd64,linux/arm64 . -t us-docker.pkg.dev/covalent-project/network/rudder:latest --push + # - name: Build & Publish the Docker image + # run: | + # docker buildx create --name builder --use --platform=linux/amd64,linux/arm64 && docker buildx build --platform=linux/amd64,linux/arm64 . -t us-docker.pkg.dev/covalent-project/network/rudder:latest --push - name: Create .env file run: | diff --git a/docker-compose-ci.yml b/docker-compose-ci.yml index bcf713a1..cedf709b 100644 --- a/docker-compose-ci.yml +++ b/docker-compose-ci.yml @@ -3,7 +3,7 @@ version: "3" # set .env such that all services in docker are talking to each other only services: eth-node: - image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder@sha256:e498818b3f6d6f15d8ad8414611eeb8e2d71be2b06bb928ebce1d90ba96fe36c" + image: "gcr.io/covalent-project/operational-staking:test" container_name: hardhat-node restart: on-failure expose: @@ -20,7 +20,7 @@ services: - "8545:8545" operational-staking: - image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder@sha256:e498818b3f6d6f15d8ad8414611eeb8e2d71be2b06bb928ebce1d90ba96fe36c" + image: "gcr.io/covalent-project/operational-staking:test" container_name: proof-chain restart: on-failure entrypoint: |