File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138138 VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
139139 VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
140140 VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
141+ IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
142+ IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
141143
142144 - name : Login to GHCR
143145 uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ jobs:
125125 VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
126126 VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
127127 VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
128+ IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
129+ IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
128130
129131 - name : Scan Docker image with Dockle
130132 id : dockle
You can’t perform that action at this time.
0 commit comments