Skip to content

Commit

Permalink
fix: update timber.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxing-wang-ey committed Jan 9, 2025
1 parent 116a66d commit 2b9ac69
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/timber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
# for contract in $(ls ./zapps/*/contracts/build/*Shield.json); do
# ln -f $contract ./contract-interfaces
# done
- name: Login to GitHub Container Registry
uses: docker/login-action@v2

- name: Login to Github Packages
uses: docker/login-action@v1
with:
registry: ${{ secrets.GHCR_REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -86,6 +87,6 @@ jobs:
file: ./Dockerfile.timber
build-args: |
GPR_TOKEN=${{ secrets.GPR_TOKEN }}
tags:
${{ secrets.GHCR_REGISTRY }}/eyblockchain/multiple-contracts-wwx:with-health-check
tags: |
ghcr.io/eyblockchain/multiple-contracts-wwx:with-health-check
push: true

0 comments on commit 2b9ac69

Please sign in to comment.