From 6db75d57e6d445b89d8e1514ba574d17e1e6f4ae Mon Sep 17 00:00:00 2001 From: Yash Goyal Date: Sun, 14 Jul 2024 06:19:00 +0200 Subject: [PATCH] fixed a bug --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57809e4..19f32c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,12 @@ jobs: - name: Login to github container registry env: CR_PAT: ${{secrets.GITHUB_TOKEN}} - run: echo $CR_PAT | docker login ghcr.io -u DePinBox --password-stdin + run: echo $CR_PAT | docker login ghcr.io -u depinbox --password-stdin - name: Build and push uses: docker/build-push-action@v5 with: context: . push: true - tags: ghcr.io/DePinBox/offchain-gateway-rs:latest + tags: ghcr.io/depinbox/offchain-gateway-rs:latest cache-from: type=gha cache-to: type=gha,mode=max