From 441fcd91c2529b37608b7c80cb39f85d4272867a Mon Sep 17 00:00:00 2001 From: Jon Smock Date: Thu, 21 Nov 2024 19:12:50 +0000 Subject: [PATCH] TEMP: comment out publishing steps --- .github/workflows/push.yaml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index f1e8998..6a8f890 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -92,9 +92,9 @@ jobs: registry-url: 'https://registry.npmjs.org' scope: '@lonocloud' - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + #- run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} release-docker-hub: needs: [ check-release ] @@ -118,14 +118,17 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: lonocloud/dctest:${{ env.RELEASE_VERSION }} - - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: lonocloud/dctest:latest + #- name: Build and push + # uses: docker/build-push-action@v6 + # with: + # push: true + # tags: lonocloud/dctest:${{ env.RELEASE_VERSION }} + + #- name: Build and push + # uses: docker/build-push-action@v6 + # with: + # push: true + # tags: lonocloud/dctest:latest + - name: Not release + run: | + echo "Would release lonocloud/dctest:${{ env.RELEASE_VERSION }}"