diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index 51596ad1665..4237b7a5c69 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -16,13 +16,6 @@ jobs: - name: Verify npm authentication run: npm whoami - # we login to docker to publish new teraslice image - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Check out code uses: actions/checkout@v4