File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -143,20 +143,20 @@ jobs:
143143 BUILD_LD_FLAGS=-X=github.com/iotaledger/wasp/components/app.Version=${{ steps.tagger.outputs.tag }}
144144
145145 # Push wasp-cli README to Docker Hub
146- - name : git checkout
147- uses : actions/checkout@v4
148-
149- - name : push README to Dockerhub
150- uses : christian-korneck/update-container-description-action@v1
151- env :
152- DOCKER_USER : ${{ secrets.DOCKER_REGISTRY_USERNAME }}
153- DOCKER_PASS : ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
154- DOCKER_REGISTRY : ${{ secrets.DOCKER_REGISTRY_URL }}
155- with :
156- destination_container_repo : ${{ secrets.DOCKER_REGISTRY_URL }}/sandbox-wasp-cli
157- provider : dockerhub
158- short_description : ' wasp-cli is a command line tool for interacting with IOTA Wasp and its smart contracts.'
159- readme_file : ' tools/wasp-cli/README.md'
146+ # - name: git checkout
147+ # uses: actions/checkout@v4#
148+
149+ # - name: push README to Dockerhub
150+ # uses: christian-korneck/update-container-description-action@v1
151+ # env:
152+ # DOCKER_USER: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
153+ # DOCKER_PASS: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
154+ # DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY_URL }}
155+ # with:
156+ # destination_container_repo: ${{ secrets.DOCKER_REGISTRY_URL }}/sandbox-wasp-cli
157+ # provider: dockerhub
158+ # short_description: 'wasp-cli is a command line tool for interacting with IOTA Wasp and its smart contracts.'
159+ # readme_file: 'tools/wasp-cli/README.md'
160160
161161 # release-iscmagic:
162162 # uses: ./.github/workflows/publish-iscmagic.yml
Original file line number Diff line number Diff line change @@ -151,4 +151,4 @@ release:
151151 prerelease : auto
152152 github :
153153 owner : iotaledger
154- name : wasp
154+ name : isc-private
You can’t perform that action at this time.
0 commit comments