Skip to content

Commit a80132f

Browse files
ci: fix docker build outputs and update image name
1 parent 25f52ae commit a80132f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ jobs:
5050
with:
5151
context: ./dapp
5252
push: true
53-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/product/web3telegram-dapp:${{ steps.version.outputs.version }}-non-tee
53+
tags: iexechub/web3telegram-dapp:${{ steps.version.outputs.version }}-non-tee
5454
cache-from: type=gha
5555
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
56+
57+
- name: Set outputs
58+
run: |
59+
echo "image-name=iexechub/web3telegram-dapp" >> $GITHUB_OUTPUT
60+
echo "image-tag=${{ steps.version.outputs.version }}-non-tee" >> $GITHUB_OUTPUT
5961
6062
sconify:
6163
needs: build-and-push

0 commit comments

Comments
 (0)