We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116a66d commit 2b9ac69Copy full SHA for 2b9ac69
1 file changed
.github/workflows/timber.yml
@@ -72,10 +72,11 @@ jobs:
72
# for contract in $(ls ./zapps/*/contracts/build/*Shield.json); do
73
# ln -f $contract ./contract-interfaces
74
# done
75
- - name: Login to GitHub Container Registry
76
- uses: docker/login-action@v2
+
+ - name: Login to Github Packages
77
+ uses: docker/login-action@v1
78
with:
- registry: ${{ secrets.GHCR_REGISTRY }}
79
+ registry: ghcr.io
80
username: ${{ github.actor }}
81
password: ${{ secrets.GITHUB_TOKEN }}
82
@@ -86,6 +87,6 @@ jobs:
86
87
file: ./Dockerfile.timber
88
build-args: |
89
GPR_TOKEN=${{ secrets.GPR_TOKEN }}
- tags:
90
- ${{ secrets.GHCR_REGISTRY }}/eyblockchain/multiple-contracts-wwx:with-health-check
+ tags: |
91
+ ghcr.io/eyblockchain/multiple-contracts-wwx:with-health-check
92
push: true
0 commit comments