Skip to content

Commit

Permalink
TEMP: comment out publishing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsmock committed Nov 21, 2024
1 parent 4addfc5 commit 441fcd9
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand All @@ -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 }}"

0 comments on commit 441fcd9

Please sign in to comment.