We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f52ae commit a80132fCopy full SHA for a80132f
.github/workflows/dapp-deploy.yml
@@ -50,12 +50,14 @@ jobs:
50
with:
51
context: ./dapp
52
push: true
53
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/product/web3telegram-dapp:${{ steps.version.outputs.version }}-non-tee
+ tags: iexechub/web3telegram-dapp:${{ steps.version.outputs.version }}-non-tee
54
cache-from: type=gha
55
cache-to: type=gha,mode=max
56
- outputs:
57
- image-name: ${{ secrets.DOCKERHUB_USERNAME }}/product/web3telegram-dapp
58
- image-tag: ${{ steps.version.outputs.version }}-non-tee
+
+ - name: Set outputs
+ run: |
59
+ echo "image-name=iexechub/web3telegram-dapp" >> $GITHUB_OUTPUT
60
+ echo "image-tag=${{ steps.version.outputs.version }}-non-tee" >> $GITHUB_OUTPUT
61
62
sconify:
63
needs: build-and-push
0 commit comments