Skip to content

Commit 817dc40

Browse files
committed
Update CI files
1 parent afc8265 commit 817dc40

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

tools/wasp-cli/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ release:
151151
prerelease: auto
152152
github:
153153
owner: iotaledger
154-
name: wasp
154+
name: isc-private

0 commit comments

Comments
 (0)