Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Jul 14, 2024
1 parent 54dd8da commit 6db75d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6db75d5

Please sign in to comment.