Skip to content

Commit 2b9ac69

Browse files
fix: update timber.yml
1 parent 116a66d commit 2b9ac69

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/timber.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ jobs:
7272
# for contract in $(ls ./zapps/*/contracts/build/*Shield.json); do
7373
# ln -f $contract ./contract-interfaces
7474
# done
75-
- name: Login to GitHub Container Registry
76-
uses: docker/login-action@v2
75+
76+
- name: Login to Github Packages
77+
uses: docker/login-action@v1
7778
with:
78-
registry: ${{ secrets.GHCR_REGISTRY }}
79+
registry: ghcr.io
7980
username: ${{ github.actor }}
8081
password: ${{ secrets.GITHUB_TOKEN }}
8182

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

0 commit comments

Comments
 (0)